[go: up one dir, main page]

Menu

[r1]: / forms.h  Maximize  Restore  History

Download this file

17 lines (12 with data), 256 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
/*
* 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