summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2004-08-08 16:18:03 +0000
committerMatt Johnston <matt@ucc.asn.au>2004-08-08 16:18:03 +0000
commitc3169d49d35f0aa64af233008a8acbf768056a42 (patch)
tree8ce4d528f489b4e05c568fea33834054cc403601
parent39dce0098015867dcea115c88ef485485cd6032a (diff)
Forgot dbutil.h with the last commit (added buf_get_line)
--HG-- extra : convert_revision : 9e0629e5018dc4c6950a852c57e850c5f4ddf32a
-rw-r--r--dbutil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbutil.h b/dbutil.h
index 49b7466..21a9955 100644
--- a/dbutil.h
+++ b/dbutil.h
@@ -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);