summaryrefslogtreecommitdiff
path: root/bcc/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'bcc/proto.h')
-rw-r--r--bcc/proto.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/bcc/proto.h b/bcc/proto.h
index f1055d7..3b44a56 100644
--- a/bcc/proto.h
+++ b/bcc/proto.h
@@ -102,11 +102,11 @@ void uitol P((store_pt reg));
void restoreopreg P((void));
void saveopreg P((void));
-/* debug.c */
+/* dbnode.c */
void dbitem P((struct symstruct *item));
void dbtype P((struct typestruct *type));
-void debug P((struct nodestruct *exp));
-void debugswap P((void));
+void dbnode P((struct nodestruct *exp));
+void dbnodeswap P((void));
/* declare.c */
void colon P((void));