From 25bf6ca0f9691471f6714a1dd0c62c22b62641a2 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 05 Oct 2017 01:35:16 -0400 Subject: src/about.c: Make query string parsing function static --- (limited to 'src/about.c') diff --git a/src/about.c b/src/about.c index 5a98b2f..c668b94 100644 --- a/src/about.c +++ b/src/about.c @@ -29,7 +29,7 @@ #include "application.h" #include "about/paths.h" -GHashTable * +static GHashTable * parse_query_string(gchar *str) { GHashTable *hash_table; -- cgit v0.9.1