summaryrefslogtreecommitdiffstats
path: root/cpukit/httpd/webmain.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-01 07:02:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-01 07:02:00 +0000
commit029c374c9c2617627b90b7585b6722113cd760a4 (patch)
tree64e4e41c2c61990e65e413e912b324a6eda3ea58 /cpukit/httpd/webmain.c
parent2008-09-01 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-029c374c9c2617627b90b7585b6722113cd760a4.tar.bz2
Stop using old-style function definitions.
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;