summaryrefslogtreecommitdiffhomepage
path: root/dbutil.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2006-03-08 12:41:27 +0000
committerMatt Johnston <matt@ucc.asn.au>2006-03-08 12:41:27 +0000
commit422f4f2b41e9623af73f2ab69e4ab2ed8098551c (patch)
treea15c21ef02e14d8211f7c89c7d328d098e9d3c30 /dbutil.h
parentbf045a056471c685ebe09e2ab35dcc3430f737bd (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbutil.h b/dbutil.h
index eef75e3..d74e17e 100644
--- a/dbutil.h
+++ b/dbutil.h
@@ -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);