diff options
author | Christopher R. Hertel <crh@samba.org> | 1998-12-16 18:50:54 +0000 |
---|---|---|
committer | Christopher R. Hertel <crh@samba.org> | 1998-12-16 18:50:54 +0000 |
commit | dc003d8d408b87eecba9044d2d8732a3604827bf (patch) | |
tree | 42bfc679602e1fb8423168a8ffd977a391b3da23 /source3/include/includes.h | |
parent | 5377f7ab3b05a2d56d73f6721c4db5cd41d859dc (diff) | |
download | samba-dc003d8d408b87eecba9044d2d8732a3604827bf.tar.gz samba-dc003d8d408b87eecba9044d2d8732a3604827bf.tar.bz2 samba-dc003d8d408b87eecba9044d2d8732a3604827bf.zip |
A while back, Andrew and I talked about making the debug parsing code a
better "fit" with other Samba code. This is a small first step toward
doing what (I think) we agreed to do.
I've moved the key function from ubiqx/debugparse.c into lib/debug.c. I
have also moved the enum from ubiqx/debugparse.h into the debug section in
smb.h.
The next thing to do is to get debug2html added into the Makefile.in so
that it is always produced when compiling the suite.
Chris -)-----
(This used to be commit 782474f41e0c2bc0b1f098758a3e5cb44e87d8b1)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r-- | source3/include/includes.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 824a5bde5d..a70de0b3a9 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -552,8 +552,6 @@ extern int errno; #include "ubi_Cache.h" #endif /* UBI_BINTREE_H */ -#include "debugparse.h" - #include "version.h" #include "smb.h" #include "smbw.h" |