Mercurial > dropbear
changeset 52:c8fcd4841956
Forgot dbutil.h with the last commit (added buf_get_line)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 08 Aug 2004 16:18:03 +0000 |
parents | 095d689fed16 |
children | 0fe267cc9dee |
files | dbutil.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/dbutil.h Sun Aug 08 16:17:05 2004 +0000 +++ b/dbutil.h Sun Aug 08 16:18:03 2004 +0000 @@ -49,6 +49,7 @@ int nonblocking, char ** errstring); char* getaddrhostname(struct sockaddr * addr); int buf_readfile(buffer* buf, const char* filename); +int buf_getline(buffer * line, FILE * authfile); int m_close(int fd); void * m_malloc(size_t size);