summaryrefslogtreecommitdiffstats
path: root/cpukit/httpd/emfdb.h
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/emfdb.h
parent2008-07-29 Tim Cussins <timcussins@eml.cc> (diff)
downloadrtems-257b238736a8ad7c4be12e434003170be66b2169.tar.bz2
Add missing prototypes.
Diffstat (limited to 'cpukit/httpd/emfdb.h')
-rw-r--r--cpukit/httpd/emfdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/httpd/emfdb.h b/cpukit/httpd/emfdb.h
index 882c1c80d2..5fd6e5a2d4 100644
--- a/cpukit/httpd/emfdb.h
+++ b/cpukit/httpd/emfdb.h
@@ -93,7 +93,7 @@ extern int dbSearchStr(int did, char_t *table, char_t *column,
extern void dbZero(int did);
-extern char_t *basicGetProductDir();
+extern char_t *basicGetProductDir(void);
extern void basicSetProductDir(char_t *proddir);
#endif /* _h_EMFDB */