mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 19:36:22 +00:00
Make header defines consistent
This commit is contained in:
@@ -32,9 +32,14 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef CONFIG_CONFLISTS_H
|
||||
#define CONFIG_CONFLISTS_H
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
gboolean conf_string_list_add(GKeyFile *keyfile, const char *const group, const char *const key,
|
||||
const char *const item);
|
||||
gboolean conf_string_list_remove(GKeyFile *keyfile, const char *const group, const char *const key,
|
||||
const char *const item);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user