mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 10:57:01 +00:00
Forgot dbutil.h with the last commit (added buf_get_line)
--HG-- extra : convert_revision : 9e0629e5018dc4c6950a852c57e850c5f4ddf32a
This commit is contained in:
parent
39dce00980
commit
c3169d49d3
1
dbutil.h
1
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);
|
||||
|
Loading…
Reference in New Issue
Block a user