summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-10-25 10:38:20 +0200
committerdefault <nobody@localhost>2022-10-25 10:38:20 +0200
commitc0a3783ec8e51dcd06f90a8a2a6303742f0fc9d4 (patch)
treeb663f3bfccf532d1ce45406914f5a1ff9c163475
parent275fc85bb5eb7bf23a0e033a6c79fe4b1d359851 (diff)
New function srv_free().
-rw-r--r--snac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index e19638c..260feae 100644
--- a/snac.h
+++ b/snac.h
@@ -25,6 +25,7 @@ void srv_debug(int level, d_char *str);
#define srv_log(str) srv_debug(0, str)
int srv_open(char *basedir);
+void srv_free(void);
typedef struct _snac {
d_char *uid; /* uid */