Explorar el Código

New function srv_free().

default hace 3 años
padre
commit
c0a3783ec8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      snac.h

+ 1 - 0
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 */