Make header defines consistent
This commit is contained in:
@@ -32,9 +32,14 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef CONFIG_SCRIPTS_H
|
||||
#define CONFIG_SCRIPTS_H
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
void scripts_init(void);
|
||||
GSList* scripts_list(void);
|
||||
GSList* scripts_read(const char *const script);
|
||||
gboolean scripts_exec(const char *const script);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user