diff options
author | default <nobody@localhost> | 2022-11-25 10:53:16 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-11-25 10:53:16 +0100 |
commit | 45be9a1cb1971786c72f82f8d236edbdfd662b84 (patch) | |
tree | de1d978eadb79ec87f27fa3538784e5cf5d4384b /snac.h | |
parent | 8a71e2e557af62c9d3c89b519c4e98dd26dbc859 (diff) |
New command-line command 'upgrade'.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ double ftime(void); void srv_debug(int level, d_char *str); #define srv_log(str) srv_debug(0, str) -int srv_open(char *basedir); +int srv_open(char *basedir, int auto_upgrade); void srv_free(void); typedef struct _snac { |