mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 21:35:04 +00:00
New function srv_free().
This commit is contained in:
parent
275fc85bb5
commit
c0a3783ec8
1 changed files with 1 additions and 0 deletions
1
snac.h
1
snac.h
|
@ -25,6 +25,7 @@ void srv_debug(int level, d_char *str);
|
||||||
#define srv_log(str) srv_debug(0, str)
|
#define srv_log(str) srv_debug(0, str)
|
||||||
|
|
||||||
int srv_open(char *basedir);
|
int srv_open(char *basedir);
|
||||||
|
void srv_free(void);
|
||||||
|
|
||||||
typedef struct _snac {
|
typedef struct _snac {
|
||||||
d_char *uid; /* uid */
|
d_char *uid; /* uid */
|
||||||
|
|
Loading…
Reference in a new issue