[gnome-user-share] http: Fix missing method arguments



commit 2bbc6384cb0d8a85dcf0208ec5d75d28e2d89049
Author: Bastien Nocera <hadess hadess net>
Date:   Sun Nov 10 02:07:05 2013 +0100

    http: Fix missing method arguments

 src/http.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/http.c b/src/http.c
index 163e897..0e7f9df 100644
--- a/src/http.c
+++ b/src/http.c
@@ -179,8 +179,8 @@ static const char *known_httpd_locations [] = {
        NULL
 };
 
-static char*
-get_httpd_program ()
+static char *
+get_httpd_program (void)
 {
        int i;
 
@@ -206,7 +206,7 @@ static const char *known_httpd_modules_locations [] = {
 };
 
 static gchar*
-get_httpd_modules_path ()
+get_httpd_modules_path (void)
 {
        int i;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]