From aab881fda26578edb5c17a705069e55e8c612f29 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Thu, 18 Feb 2016 08:57:22 -0500 Subject: Fix strict prototype warnings --- src/common/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/plugin.c') diff --git a/src/common/plugin.c b/src/common/plugin.c index a397c878..6d362ffb 100644 --- a/src/common/plugin.c +++ b/src/common/plugin.c @@ -427,7 +427,7 @@ plugin_auto_load_cb (char *filename) } static char * -plugin_get_libdir () +plugin_get_libdir (void) { const char *libdir; -- cgit 1.4.1