summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorChristopher R. Hertel <crh@samba.org>1998-10-28 20:24:41 +0000
committerChristopher R. Hertel <crh@samba.org>1998-10-28 20:24:41 +0000
commite81e3ce492e33f153b70d431c368d793ae898a5b (patch)
treede71af0776d0222a03aa59a60334b94f393f6148 /source3/include/proto.h
parent7a03affa4c0bf539e843a90de057f646bcd749a1 (diff)
downloadsamba-e81e3ce492e33f153b70d431c368d793ae898a5b.tar.gz
samba-e81e3ce492e33f153b70d431c368d793ae898a5b.tar.bz2
samba-e81e3ce492e33f153b70d431c368d793ae898a5b.zip
Still moving things around. debugparse.h will be removed from the include
directory in the next batch. Chris -)----- (This used to be commit 81f64d89924523279a2dcbe53d5355f3dd56b5ff)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 807ee0fbab..190bf5f615 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -84,11 +84,6 @@ void force_check_log_size( void );
void dbgflush( void );
BOOL dbghdr( int level, char *file, char *func, int line );
-/*The following definitions come from lib/debugparse.c */
-
-char *dbg_token2string( dbg_Token tok );
-void dbg_test( void );
-
/*The following definitions come from lib/fault.c */
void fault_setup(void (*fn)(void *));