# HG changeset patch # User Matt Johnston # Date 1091981883 0 # Node ID c8fcd48419561b17bdd78227c87a35b0696cffa0 # Parent 095d689fed16683f24951acb4ff5f965df482ec0 Forgot dbutil.h with the last commit (added buf_get_line) diff -r 095d689fed16 -r c8fcd4841956 dbutil.h --- 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);