From 61a7962866886dff93f29bee45007dbdac26199a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 6 Dec 2008 18:13:04 +0100 Subject: Allow pre-processor pasting of plugin name --- plugins/resolvfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/resolvfile.c') diff --git a/plugins/resolvfile.c b/plugins/resolvfile.c index 54ad41b3..deb39c94 100644 --- a/plugins/resolvfile.c +++ b/plugins/resolvfile.c @@ -95,5 +95,5 @@ static void resolvfile_exit(void) connman_driver_unregister(&resolvfile_driver); } -CONNMAN_PLUGIN_DEFINE("resolvfile", "Name resolver plugin", VERSION, +CONNMAN_PLUGIN_DEFINE(resolvfile, "Name resolver plugin", VERSION, resolvfile_init, resolvfile_exit) -- cgit v1.2.3