Fix strict prototype warnings

This commit is contained in:
Patrick Griffis
2016-02-18 08:57:22 -05:00
parent 05385f2479
commit aab881fda2
16 changed files with 30 additions and 30 deletions

View File

@@ -427,7 +427,7 @@ plugin_auto_load_cb (char *filename)
}
static char *
plugin_get_libdir ()
plugin_get_libdir (void)
{
const char *libdir;