diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2018-05-02 14:08:14 +0300 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2018-05-02 14:08:14 +0300 |
commit | ac8a32e855b078e137fe5de4c2bbf9628c004532 (patch) | |
tree | 0a72c0b7582f2de4c5e2c95779f7337c4f5b5f3b /src/ckutil.h | |
parent | a28ef5a070463f31029ae1515e9e0bd703522447 (diff) | |
download | ck-ac8a32e855b078e137fe5de4c2bbf9628c004532.tar.gz ck-ac8a32e855b078e137fe5de4c2bbf9628c004532.tar.bz2 ck-ac8a32e855b078e137fe5de4c2bbf9628c004532.zip |
Basic config editting
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 */ |