diff options
author | Matt Johnston <matt@ucc.asn.au> | 2004-08-08 16:18:03 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2004-08-08 16:18:03 +0000 |
commit | c3169d49d35f0aa64af233008a8acbf768056a42 (patch) | |
tree | 8ce4d528f489b4e05c568fea33834054cc403601 | |
parent | 39dce0098015867dcea115c88ef485485cd6032a (diff) |
Forgot dbutil.h with the last commit (added buf_get_line)
--HG--
extra : convert_revision : 9e0629e5018dc4c6950a852c57e850c5f4ddf32a
-rw-r--r-- | dbutil.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ int connect_remote(const char* remotehost, const char* remoteport, 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); |