summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
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);