pex: add support for sending/receiving global PEX messages via unix socket
[project/unetd.git] / pex.h
diff --git a/pex.h b/pex.h
index 123b4a97537945a75a0bd2b850205a42469b47bc..f16f77caabb5e3f37eb5dc4bba4725c1dca0f5ff 100644 (file)
--- a/pex.h
+++ b/pex.h
@@ -43,6 +43,6 @@ static inline bool network_pex_active(struct network_pex *pex)
        return pex->fd.fd >= 0;
 }
 
-int global_pex_open(void);
+int global_pex_open(const char *unix_path);
 
 #endif