mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 11:06:21 +00:00
Revert "Apply coding style"
This reverts commit 9b55f2dec0.
Sorting the includes creates some problems.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
|
||||
void scripts_init(void);
|
||||
GSList* scripts_list(void);
|
||||
GSList* scripts_read(const char* const script);
|
||||
gboolean scripts_exec(const char* const script);
|
||||
GSList* scripts_read(const char *const script);
|
||||
gboolean scripts_exec(const char *const script);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user