diff options
Diffstat (limited to 'src/ckutil.h')
-rw-r--r-- | src/ckutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ckutil.h b/src/ckutil.h index 9955440..fc7cea2 100644 --- a/src/ckutil.h +++ b/src/ckutil.h @@ -47,7 +47,7 @@ /* Create the config name to be used when storing a new config to * the VC or SCRT dir */ -extern void str_make_new_config_name(char *ret, const char *path, +extern void str_make_ck_config_name(char *ret, const char *path, const char *progName); /* Joins the two strings into ret, with a '/' in between */ |