Mercurial > dropbear
diff dbutil.h @ 11:f76c9389e9e0
Mostly done with the listener changeover
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 03 Jun 2004 17:22:48 +0000 |
parents | fe6bca95afa7 |
children | 469950e86d0f |
line wrap: on
line diff
--- a/dbutil.h Thu Jun 03 16:45:53 2004 +0000 +++ b/dbutil.h Thu Jun 03 17:22:48 2004 +0000 @@ -51,6 +51,7 @@ int m_close(int fd); void * m_malloc(size_t size); +void * m_strdup(const char * str); void * m_realloc(void* ptr, size_t size); #define m_free(X) __m_free(X); (X) = NULL; void __m_free(void* ptr);