update to v1.31

This commit is contained in:
belliash
2013-07-26 17:40:19 +02:00
부모 ea16a23563
커밋 27b78ae986
3개의 변경된 파일49개의 추가작업 그리고 59개의 파일을 삭제

파일 보기

@@ -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);