diff options
Diffstat (limited to 'src/regex/plugin_block_regex.c')
| -rw-r--r-- | src/regex/plugin_block_regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/plugin_block_regex.c b/src/regex/plugin_block_regex.c index 0b3ef703e6..287ecf905d 100644 --- a/src/regex/plugin_block_regex.c +++ b/src/regex/plugin_block_regex.c @@ -395,7 +395,7 @@ libgnunet_plugin_block_regex_init (void *cls) void * libgnunet_plugin_block_regex_done (void *cls) { - struct GNUNET_TRANSPORT_PluginFunctions *api = cls; + struct GNUNET_BLOCK_PluginFunctions *api = cls; GNUNET_free (api); return NULL; |
