diff options
author | Matt Johnston <matt@ucc.asn.au> | 2006-03-08 12:41:27 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2006-03-08 12:41:27 +0000 |
commit | 422f4f2b41e9623af73f2ab69e4ab2ed8098551c (patch) | |
tree | a15c21ef02e14d8211f7c89c7d328d098e9d3c30 /dbutil.h | |
parent | bf045a056471c685ebe09e2ab35dcc3430f737bd (diff) |
* Per-IP connection unauthed connection limits
* m_close() exits fatally on failure
* other cleanups
--HG--
extra : convert_revision : bed6155e95a293c9fce7e889d283b5958f3035dc
Diffstat (limited to 'dbutil.h')
-rw-r--r-- | dbutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ char* getaddrhostname(struct sockaddr_storage * addr); int buf_readfile(buffer* buf, const char* filename); int buf_getline(buffer * line, FILE * authfile); -int m_close(int fd); +void m_close(int fd); void * m_malloc(size_t size); void * m_strdup(const char * str); void * m_realloc(void* ptr, size_t size); |