diff options
author | Rob Landley <rob@landley.net> | 2014-06-25 22:54:59 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-06-25 22:54:59 -0500 |
commit | 6d15f0d33fbc422689f92fbbf4dc65d3ab1fb970 (patch) | |
tree | 3b0ebc8603e933bde1c2a465972a1201928e30ec /lib/lib.h | |
parent | 6ad3207b65438870dfc9f76a3dcf4bb04096297e (diff) | |
download | toybox-6d15f0d33fbc422689f92fbbf4dc65d3ab1fb970.tar.gz |
Cleanup pass on mkpasswd.c
Diffstat (limited to 'lib/lib.h')
-rw-r--r-- | lib/lib.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |