update to v1.31
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user