update to v1.31

This commit is contained in:
belliash
2013-07-26 17:40:19 +02:00
parent ea16a23563
commit 27b78ae986
3 changed files with 49 additions and 59 deletions

View File

@@ -13,9 +13,8 @@
#define DEFAULT_SESSION_TIMEOUT 15
extern char* crypt(const char* key, const char* setting);
char* get_admin_hash(const char* username);
char* get_cookie_time(time_t t);
char* get_root_hash(void);
char* get_root_hash_from_file(const char* passwd_file);
void* safe_malloc(size_t size);
char* safe_strcat(int num_strs, ...);
char* safe_strdup(const char* str);