From 6d15f0d33fbc422689f92fbbf4dc65d3ab1fb970 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 25 Jun 2014 22:54:59 -0500 Subject: Cleanup pass on mkpasswd.c --- lib/lib.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/lib.h') diff --git a/lib/lib.h b/lib/lib.h index dfbe5e1c..9deacf22 100644 --- a/lib/lib.h +++ b/lib/lib.h @@ -165,6 +165,9 @@ int human_readable(char *buf, unsigned long long num); // 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; -- cgit v1.2.3