X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/5978e3f9925313e6f2649170a2d61faa1b9ad988..ff92debd29cab62e0f824ca3e40914f64e0bcb05:/lib/client-common.h diff --git a/lib/client-common.h b/lib/client-common.h index dd53a1d..4eca7e0 100644 --- a/lib/client-common.h +++ b/lib/client-common.h @@ -27,6 +27,10 @@ # include #endif +#define DISORDER_FS_NOTPRIV 1u + +socklen_t disorder_find_server(struct config *c, unsigned flags, + struct sockaddr **sap, char **namep); socklen_t find_server(struct config *c, struct sockaddr **sap, char **namep); /** @brief Marker for a command body */