Forgot dbutil.h with the last commit (added buf_get_line)

--HG--
extra : convert_revision : 9e0629e5018dc4c6950a852c57e850c5f4ddf32a
This commit is contained in:
Matt Johnston 2004-08-08 16:18:03 +00:00
parent 39dce00980
commit c3169d49d3

View File

@ -49,6 +49,7 @@ int connect_remote(const char* remotehost, const char* remoteport,
int nonblocking, char ** errstring); int nonblocking, char ** errstring);
char* getaddrhostname(struct sockaddr * addr); char* getaddrhostname(struct sockaddr * addr);
int buf_readfile(buffer* buf, const char* filename); int buf_readfile(buffer* buf, const char* filename);
int buf_getline(buffer * line, FILE * authfile);
int m_close(int fd); int m_close(int fd);
void * m_malloc(size_t size); void * m_malloc(size_t size);