summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
authorSimon Rettberg2018-03-12 15:28:33 +0100
committerSimon Rettberg2018-03-12 15:28:33 +0100
commite53dfcbdbed04cad690823ce5def521fea7b5483 (patch)
tree4a5d31e53515ad6a505d2cc4948abaa54a392b8c /helper.h
parentAdd version information and --version (diff)
downloadldadp-e53dfcbdbed04cad690823ce5def521fea7b5483.tar.gz
ldadp-e53dfcbdbed04cad690823ce5def521fea7b5483.tar.xz
ldadp-e53dfcbdbed04cad690823ce5def521fea7b5483.zip
4s timeout when connecting to server; send error to client on failure
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/helper.h b/helper.h
index f2c895b..7aaece7 100644
--- a/helper.h
+++ b/helper.h
@@ -7,6 +7,7 @@
void bail(char *args, ...);
int helper_realloc(char **memory, size_t *curSize, const size_t newSize, const char *location);
int helper_connect4(char *address, int port, char *ip);
+int helper_newSocket();
void helper_nonblock(const int fd);
void helper_printava(struct AttributeValueAssertion* a,const char* rel);