diff options
Diffstat (limited to 'src/common/pubsub.h')
-rw-r--r-- | src/common/pubsub.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/pubsub.h b/src/common/pubsub.h index 09e492ec4f..bbb4f02a42 100644 --- a/src/common/pubsub.h +++ b/src/common/pubsub.h @@ -21,7 +21,9 @@ * unsigned priority); * int T_unsubscribe(const T_subscriber_t *) * - * Elsewhere you can say DECLARE_NOTIFY_PUBSUB_TOPIC(static, T), which declares: + * Elsewhere you can say DECLARE_NOTIFY_PUBSUB_TOPIC(static, T), which + * declares: + * * static int T_notify(T_event_data_t *, unsigned notify_flags); * static void T_clear(void); * |