summaryrefslogtreecommitdiff
path: root/source3/utils/debug2html.c
diff options
context:
space:
mode:
authorChristopher R. Hertel <crh@samba.org>1998-12-16 18:50:54 +0000
committerChristopher R. Hertel <crh@samba.org>1998-12-16 18:50:54 +0000
commitdc003d8d408b87eecba9044d2d8732a3604827bf (patch)
tree42bfc679602e1fb8423168a8ffd977a391b3da23 /source3/utils/debug2html.c
parent5377f7ab3b05a2d56d73f6721c4db5cd41d859dc (diff)
downloadsamba-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/utils/debug2html.c')
-rw-r--r--source3/utils/debug2html.c29
1 files changed, 2 insertions, 27 deletions
diff --git a/source3/utils/debug2html.c b/source3/utils/debug2html.c
index fa2be41336..d5d8fb872c 100644
--- a/source3/utils/debug2html.c
+++ b/source3/utils/debug2html.c
@@ -28,37 +28,12 @@
* does a decent job of converting Samba logs into HTML.
* -------------------------------------------------------------------------- **
*
- * $Log: debug2html.c,v $
- * Revision 1.4 1998/11/13 03:37:01 tridge
- * fixes for OSF1 compilation
- *
- * Revision 1.3 1998/10/28 20:33:35 crh
- * I've moved the debugparse module files into the ubiqx directory because I
- * know that 'make proto' will ignore them there. The debugparse.h header
- * file is included in includes.h, and includes.h is included in debugparse.c,
- * so all of the pieces "see" each other. I've compiled and tested this,
- * and it does seem to work. It's the same compromise model I used when
- * adding the ubiqx modules into the system, which is why I put it all into
- * the same directory.
- *
- * Chris -)-----
- *
- * Revision 1.1 1998/10/26 23:21:37 crh
- * Here is the simple debug parser and the debug2html converter. Still to do:
- *
- * * Debug message filtering.
- * * I need to add all this to Makefile.in
- * (If it looks at all strange I'll ask for help.)
- *
- * If you want to compile debug2html, you'll need to do it by hand until I
- * make the changes to Makefile.in. Sorry.
- *
- * Chris -)-----
+ * $Revision: 1.5 $
*
* ========================================================================== **
*/
-#include "debugparse.h"
+#include "include.h"
/* -------------------------------------------------------------------------- **
* The size of the read buffer.