From c3169d49d35f0aa64af233008a8acbf768056a42 Mon Sep 17 00:00:00 2001
From: Matt Johnston <matt@ucc.asn.au>
Date: Sun, 8 Aug 2004 16:18:03 +0000
Subject: [PATCH] Forgot dbutil.h with the last commit (added buf_get_line)

--HG--
extra : convert_revision : 9e0629e5018dc4c6950a852c57e850c5f4ddf32a
---
 dbutil.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dbutil.h b/dbutil.h
index 49b74660..21a99556 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);
-- 
GitLab