build: Add missing "static" keyword where it should be used

Otherwise we fail to build with -Werror=missing-prototypes.

https://bugzilla.gnome.org/show_bug.cgi?id=687385
This commit is contained in:
Colin Walters
2012-11-01 19:35:38 -04:00
parent f6da43f56c
commit 6d88a2f822
10 changed files with 25 additions and 9 deletions

View File

@@ -92,7 +92,7 @@ action_info_free (gpointer user_data)
g_slice_free (ActionInfo, info);
}
ActionInfo *
static ActionInfo *
action_info_new_from_iter (GVariantIter *iter)
{
const gchar *param_str;