diff options
Diffstat (limited to 'bindings/lang_python_wrapper_top.c')
-rw-r--r-- | bindings/lang_python_wrapper_top.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/lang_python_wrapper_top.c b/bindings/lang_python_wrapper_top.c index 74cc1c74..d8ae5967 100644 --- a/bindings/lang_python_wrapper_top.c +++ b/bindings/lang_python_wrapper_top.c @@ -40,7 +40,7 @@ struct _GHashTable GDestroyNotify value_destroy_func; }; -GList * +static GList * g_hash_table_get_keys (GHashTable *hash_table) { GHashNode *node; |