summaryrefslogtreecommitdiffstats
path: root/cpukit/httpd/webmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/httpd/webmain.c')
-rw-r--r--cpukit/httpd/webmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/httpd/webmain.c b/cpukit/httpd/webmain.c
index 42a14c34a7..b57ea3136a 100644
--- a/cpukit/httpd/webmain.c
+++ b/cpukit/httpd/webmain.c
@@ -488,7 +488,7 @@ void defaultTraceHandler(int level, char_t *buf)
* This filename must eventually be deleted with bfree();
*/
-char_t *websGetCgiCommName()
+char_t *websGetCgiCommName(void)
{
char_t *pname1, *pname2;