aboutsummaryrefslogblamecommitdiff
path: root/pass_util.h
blob: aa49c8a2f625559a4a0dba0e39a5031461e8df56 (plain) (tree)
1
2
3
4
5
6
7
8

                  
                     
 
                               
                                       
                                                           
                                                              
#include <stdio.h>

#define PASS_MAX 4096

int pass_init(const char *fpr);
const char *pass_cat(const char *path);
int pass_add(const char *path, const char *pass, size_t n);
ssize_t pass_getpass(char **lineptr, size_t *n, FILE *stream);