summaryrefslogtreecommitdiff
path: root/source/utils
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
commit782474f41e0c2bc0b1f098758a3e5cb44e87d8b1 (patch)
treea6a2b16a4cfbe2f2fdd701e97f41c53b996d4e2f /source/utils
parentef5f752a4ae818d9c739a064410a02fa48a477e3 (diff)
downloadsamba-782474f41e0c2bc0b1f098758a3e5cb44e87d8b1.tar.gz
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 -)-----
Diffstat (limited to 'source/utils')
-rw-r--r--source/utils/debug2html.c29
1 files changed, 2 insertions, 27 deletions
diff --git a/source/utils/debug2html.c b/source/utils/debug2html.c
index fa2be413366..d5d8fb872ce 100644
--- a/source/utils/debug2html.c
+++ b/source/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.