mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 00:46:20 +00:00
Change char->free to auto_char char for autocleanup
Replace `gchar` and `g_free` to `auto_gchar` Correct certain `char` functions/variables to `gchar` Related to #1819. Edited by @jubalh.
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
void files_create_directories(void);
|
||||
|
||||
gchar* files_get_config_path(const char* const config_base);
|
||||
gchar* files_get_data_path(const char* const data_base);
|
||||
gchar* files_get_data_path(const char* const location);
|
||||
gchar* files_get_account_data_path(const char* const specific_dir, const char* const jid);
|
||||
|
||||
gchar* files_get_log_file(const char* const log_file);
|
||||
|
||||
Reference in New Issue
Block a user