aboutsummaryrefslogtreecommitdiffstats
path: root/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'socket.h')
-rw-r--r--socket.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/socket.h b/socket.h
index c530a8e4..a89685bc 100644
--- a/socket.h
+++ b/socket.h
@@ -58,6 +58,11 @@ additional clean-up if necessary.
*/
int SockClose(int sock);
+/*
+FIXME: document this
+*/
+int UnixOpen(const char *path);
+
#if SSL_ENABLE
int SSLOpen(int sock, char *mycert, char *mykey, char *myproto, int certck, char *certpath,
char *fingerprint, char *servercname, char *label);