aboutsummaryrefslogtreecommitdiff
path: root/pass_util.h
blob: 6d03285a94139995e4a3a1604b63259a4b48413b (plain) (blame)
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);
size_t pass_getpass(char **lineptr, size_t *n, FILE *stream);