diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -107,6 +107,7 @@ int validate_uid(const char *uid); | |||
| 107 | xs_str *hash_password(const char *uid, const char *passwd, const char *nonce); | 107 | xs_str *hash_password(const char *uid, const char *passwd, const char *nonce); |
| 108 | int check_password(const char *uid, const char *passwd, const char *hash); | 108 | int check_password(const char *uid, const char *passwd, const char *hash); |
| 109 | 109 | ||
| 110 | char* findprog(const char *prog); | ||
| 110 | int strip_media(const char *fn); | 111 | int strip_media(const char *fn); |
| 111 | int check_strip_tool(void); | 112 | int check_strip_tool(void); |
| 112 | 113 | ||