aboutsummaryrefslogtreecommitdiff
path: root/plugin_client_header.h
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2017-05-14 11:06:35 +0200
committertomsmeding <tom.smeding@gmail.com>2017-05-14 11:06:35 +0200
commitde16a24277c432435a6eda2e8b0331aa459bee5a (patch)
tree286364a958d327b364d5c72925c84c142474b37a /plugin_client_header.h
parent635802489282cea52220569fed8297d75c98a774 (diff)
server: Neatness stuff
Diffstat (limited to 'plugin_client_header.h')
-rw-r--r--plugin_client_header.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin_client_header.h b/plugin_client_header.h
index 4428b3c..d1be0b5 100644
--- a/plugin_client_header.h
+++ b/plugin_client_header.h
@@ -20,7 +20,7 @@ struct plugin_event{
typedef void plugin_event_func_t(const struct plugin_event *event);
-// All plugins should export a function of type plugin_init_func_t with
+// All plugins should export a function of the following signature with
// name "plugin_init_func" that returns a pointer to a function that
// receives all events.
plugin_event_func_t* plugin_init_func(void);