diff dbutil.h @ 399:a707e6148060

merge of '5fdf69ca60d1683cdd9f4c2595134bed26394834' and '6b61c50f4cf888bea302ac8fcf5dbb573b443251'
author Matt Johnston <matt@ucc.asn.au>
date Sat, 03 Feb 2007 08:20:34 +0000
parents 044bc108b9b3
children 79bf1023cf11 dc6173e09ff7 ed24dfc44904 1afa503e33f5
line wrap: on
line diff
--- a/dbutil.h	Sat Feb 03 08:08:47 2007 +0000
+++ b/dbutil.h	Sat Feb 03 08:20:34 2007 +0000
@@ -55,7 +55,7 @@
 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);