Mercurial > dropbear
diff dbutil.h @ 277:044bc108b9b3
* Per-IP connection unauthed connection limits
* m_close() exits fatally on failure
* other cleanups
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 08 Mar 2006 12:41:27 +0000 |
parents | c5d3ef11155f |
children | 79bf1023cf11 dc6173e09ff7 ed24dfc44904 1afa503e33f5 |
line wrap: on
line diff
--- a/dbutil.h Fri Dec 09 06:10:27 2005 +0000 +++ b/dbutil.h Wed Mar 08 12:41:27 2006 +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);