From: Jean-Philippe Orsini Date: Thu, 6 Sep 2012 20:58:48 +0000 (+0000) Subject: get_path is static X-Git-Tag: v0.8.0.5~242 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=6f27a81b02a33673e40d475e442718f9161647fc get_path is static --- diff --git a/src/server/server.c b/src/server/server.c index 1274286..90b3796 100644 --- a/src/server/server.c +++ b/src/server/server.c @@ -116,9 +116,9 @@ void print_help() } /* - Returns the file path corresponding to a given URL -*/ -char *get_path(const char *url, const char *www_dir) + * Returns the file path corresponding to a given URL + */ +static char *get_path(const char *url, const char *www_dir) { const char *p; char *res;