4 #include "string-list.h"
7 struct string_list helpers
;
19 #define CREDENTIAL_INIT { STRING_LIST_INIT_DUP }
21 void credential_init(struct credential
*);
22 void credential_clear(struct credential
*);
24 void credential_fill(struct credential
*);
25 void credential_approve(struct credential
*);
26 void credential_reject(struct credential
*);
28 int credential_read(struct credential
*, FILE *);
29 void credential_from_url(struct credential
*, const char *url
);
30 int credential_match(const struct credential
*have
,
31 const struct credential
*want
);
33 #endif /* CREDENTIAL_H */