[go: up one dir, main page]

Menu

Diff of /forms.h [000000] .. [r1]  Maximize  Restore

Switch to side-by-side view

--- 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
+