From 68be9a820059ee96dd26c527efd7c14e679d3f2c Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 15 Nov 2007 14:19:52 -0800 Subject: More pstring removal. This one was tricky. I had to add one horror (pstring_clean_name()) which will have to remain until I've removed all pstrings from the client code. Jeremy. (This used to be commit 1ea3ac80146b83c2522b69e7747c823366a2b47d) --- source3/include/debug.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/debug.h b/source3/include/debug.h index 51850925e8..46e5620cc7 100644 --- a/source3/include/debug.h +++ b/source3/include/debug.h @@ -49,7 +49,6 @@ bool dbghdr( int level, int cls, const char *file, const char *func, int line ); #endif extern XFILE *dbf; -extern pstring debugf; /* If we have these macros, we can add additional info to the header. */ -- cgit