aboutsummaryrefslogtreecommitdiff
path: root/lib/pending.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pending.h')
-rw-r--r--lib/pending.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/pending.h b/lib/pending.h
index c67d81c8..ffbd0256 100644
--- a/lib/pending.h
+++ b/lib/pending.h
@@ -4,3 +4,5 @@
#define MAX_SALT_LEN 20 //3 for id, 16 for key, 1 for '\0'
int read_password(char * buff, int buflen, char* mesg);
int update_password(char *filename, char* username, char* encrypted);
+
+// TODO this goes away when lib/password.c cleaned up