Skip to content
Snippets Groups Projects
Commit c3169d49 authored by Matt Johnston's avatar Matt Johnston
Browse files

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

--HG--
extra : convert_revision : 9e0629e5018dc4c6950a852c57e850c5f4ddf32a
parent 39dce009
Branches
Tags
No related merge requests found
......@@ -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);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment