diff options
Diffstat (limited to 'common/textfile.h')
-rw-r--r-- | common/textfile.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/textfile.h b/common/textfile.h index 21aa023d..74e67eca 100644 --- a/common/textfile.h +++ b/common/textfile.h @@ -26,7 +26,8 @@ int create_dirs(const char *filename, const mode_t mode); int create_file(const char *filename, const mode_t mode); -int create_name(char *buf, size_t size, char *address, char *name); +int create_name(char *buf, size_t size, const char *path, + const char *address, const char *name); int textfile_put(const char *pathname, const char *key, const char *value); int textfile_del(const char *pathname, const char *key); |