X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/024d189a07d05a71117e35c0fde86fe0e6b89f7d..11586be23b78ec23a6a22cc7fa9f8970a3935782:/server/tripe.h diff --git a/server/tripe.h b/server/tripe.h index bd70bb84..9d15cb45 100644 --- a/server/tripe.h +++ b/server/tripe.h @@ -1357,6 +1357,17 @@ extern void a_daemon(void); extern void a_listen(const char */*sock*/, uid_t /*u*/, gid_t /*g*/, mode_t /*m*/); +/* --- @a_unlisten@ --- * + * + * Arguments: --- + * + * Returns: --- + * + * Use: Stops listening to the administration socket and removes it. + */ + +extern void a_unlisten(void); + /* --- @a_switcherr@ --- * * * Arguments: ---