X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/cca89d7ce589d10a226c6dfa212e36cbcad25fd2..174d2af141dde3ef33fd69bc5a43338bee0895fa:/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 */