diff options
author | default <nobody@localhost> | 2023-08-31 07:00:15 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-08-31 07:00:15 +0200 |
commit | dfeb4668a742c52e8514ad39c5cae970fd025a14 (patch) | |
tree | 1db45720b54ea5449ba09e3a29bbb094b80bb0e3 /data.c | |
parent | b5b59bd57480b0fd859c098f9fc218d0dc28ccbd (diff) |
Got rid of old d_char.
Diffstat (limited to 'data.c')
-rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ double disk_layout = 2.7; /* storage serializer */ pthread_mutex_t data_mutex = {0}; -int snac_upgrade(d_char **error); +int snac_upgrade(xs_str **error); int srv_open(char *basedir, int auto_upgrade) |