X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Finclude%2Fcore%2Fplugin.h;h=5928560931932836a4dda90ebae881f38a6365a0;hb=a6aba8073470766a456ee417cd948fe56c1e4f2c;hp=a4217ac814aa35c632f334aaae8d22e13f79a46d;hpb=2e2e989712ec5991526b3aaeec011440adb5bf7e;p=sysdb.git diff --git a/src/include/core/plugin.h b/src/include/core/plugin.h index a4217ac..5928560 100644 --- a/src/include/core/plugin.h +++ b/src/include/core/plugin.h @@ -52,7 +52,7 @@ typedef struct sdb_plugin_info sdb_plugin_info_t; * 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;