diff options
author | default <nobody@localhost> | 2023-01-31 18:33:45 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-01-31 18:33:45 +0100 |
commit | 74d30a561c231eeef91fc7fee6ef728eef61aa29 (patch) | |
tree | 326f89d57b1675d2bf417c517abe9878591764e5 /snac.h | |
parent | 2d7074aeb0b4a2f824336f5a131afda798e6fc6b (diff) |
Some symbol renaming.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ #define USER_AGENT "snac/" VERSION -extern double db_layout; +extern double disk_layout; extern d_char *srv_basedir; extern d_char *srv_config; extern d_char *srv_baseurl; |