ckpass Code
Status: Alpha
Brought to you by:
hnc
--- a +++ b/forms.h @@ -0,0 +1,16 @@ +/* + * forms.h + * + * Heath Caldwell + * hncaldwell@gmail.com + */ + +#ifndef FORMS_H +#define FORMS_H + +int password_form(char *, int); +int open_database_form(char *buffer, int length); +int entry_form(struct kpass_db *, struct kpass_entry *); + +#endif // FORMS_H +