summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 711aeb7)
raw | patch | inline | side by side (parent: 711aeb7)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 23 Feb 2014 20:37:48 +0000 (12:37 -0800) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 23 Feb 2014 20:37:48 +0000 (12:37 -0800) |
Rather, the semicolon is added when using the define.
src/include/core/plugin.h | patch | blob | history |
index a4217ac814aa35c632f334aaae8d22e13f79a46d..5928560931932836a4dda90ebae881f38a6365a0 100644 (file)
* missing prototype warnings/errors for the plugin init
* function */
#define SDB_PLUGIN_MAGIC \
- int sdb_module_init(sdb_plugin_info_t *info);
+ int sdb_module_init(sdb_plugin_info_t *info)
typedef struct {
_Bool do_loop;