initial load of upstream version 1.06.32
[xmlrpc-c] / lib / abyss / src / socket_unix.h
diff --git a/lib/abyss/src/socket_unix.h b/lib/abyss/src/socket_unix.h
new file mode 100644 (file)
index 0000000..845a4fc
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef SOCKET_UNIX_H_INCLUDED
+#define SOCKET_UNIX_H_INCLUDED
+
+void
+SocketUnixInit(abyss_bool * const succeededP);
+
+void
+SocketUnixTerm(void);
+
+#endif