summaryrefslogtreecommitdiffstats
path: root/cpukit/httpd/uemf.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/httpd/uemf.h')
-rw-r--r--cpukit/httpd/uemf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/httpd/uemf.h b/cpukit/httpd/uemf.h
index c63e75bd99..8945907dfb 100644
--- a/cpukit/httpd/uemf.h
+++ b/cpukit/httpd/uemf.h
@@ -649,7 +649,7 @@ extern sym_t *symEnter(sym_fd_t sd, char_t *name, value_t v, int arg);
extern int symDelete(sym_fd_t sd, char_t *name);
extern void symWalk(sym_fd_t sd, void (*fn)(sym_t *symp));
-extern void trace(int lev, char_t *fmt, ...);
+extern void goahead_trace(int lev, char_t *fmt, ...);
extern value_t valueInteger(long value);
extern value_t valueString(char_t *value, int flags);