diff lib/lib.h @ 1363:e65f9a9ba62d draft

Cleanup pass on mkpasswd.c
author Rob Landley <rob@landley.net>
date Wed, 25 Jun 2014 22:54:59 -0500
parents b7598d21ca10
children a0c328bc2c14
line wrap: on
line diff
--- a/lib/lib.h	Wed Jun 25 06:26:17 2014 -0500
+++ b/lib/lib.h	Wed Jun 25 22:54:59 2014 -0500
@@ -165,6 +165,9 @@
 // net.c
 int xsocket(int domain, int type, int protocol);
 
+// password.c
+int get_salt(char *salt, char * algo);
+
 // getmountlist.c
 struct mtab_list {
   struct mtab_list *next, *prev;