summaryrefslogtreecommitdiffstats
path: root/cpukit/httpd/uemf.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-07-30 09:59:26 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-07-30 09:59:26 +0000
commit257b238736a8ad7c4be12e434003170be66b2169 (patch)
treeb868a36fa06e1eb5673439bb5f093d92d66c3d64 /cpukit/httpd/uemf.c
parent2008-07-29 Tim Cussins <timcussins@eml.cc> (diff)
downloadrtems-257b238736a8ad7c4be12e434003170be66b2169.tar.bz2
Add missing prototypes.
Diffstat (limited to 'cpukit/httpd/uemf.c')
-rw-r--r--cpukit/httpd/uemf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/httpd/uemf.c b/cpukit/httpd/uemf.c
index ffe6a04cd1..106f8bc4c6 100644
--- a/cpukit/httpd/uemf.c
+++ b/cpukit/httpd/uemf.c
@@ -286,7 +286,7 @@ int errorOpen(char_t *pname)
return 0;
}
-void errorClose()
+void errorClose(void)
{
}