summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1a570c2)
raw | patch | inline | side by side (parent: 1a570c2)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 23 Dec 2007 10:43:02 +0000 (11:43 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 23 Dec 2007 10:43:02 +0000 (11:43 +0100) |
src/plugin.c | patch | blob | history |
diff --git a/src/plugin.c b/src/plugin.c
index b24707a09e3c791ac99957ea1dbf2114252055b8..88da209cec1a03610084484e9202c3a5ff83bad1 100644 (file)
--- a/src/plugin.c
+++ b/src/plugin.c
int plugin_register_notification (const char *name,
int (*callback) (const notification_t *notif))
{
- return (register_callback (&list_log, name, (void *) callback));
+ return (register_callback (&list_notification, name, (void *) callback));
} /* int plugin_register_log */
int plugin_unregister_config (const char *name)