summaryrefslogtreecommitdiffhomepage
path: root/dbutil.h
diff options
context:
space:
mode:
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);