mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 22:16:21 +00:00
Make header defines consistent
This commit is contained in:
@@ -32,6 +32,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef PLUGINS_C_API_H
|
||||
#define PLUGINS_C_API_H
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
void c_api_init(void);
|
||||
@@ -39,3 +42,5 @@ void c_api_init(void);
|
||||
void c_command_callback(PluginCommand *command, gchar **args);
|
||||
void c_timed_callback(PluginTimedFunction *timed_function);
|
||||
void c_window_callback(PluginWindowCallback *window_callback, char *tag, char *line);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user