1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-30 19:42:05 +03:00

Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.

(This used to be commit 2d0922b0ea)
This commit is contained in:
Tim Potter
2001-10-02 04:29:50 +00:00
parent 260002f0e7
commit dc1fc3ee8e
222 changed files with 3 additions and 506 deletions

View File

@ -20,8 +20,6 @@
*/
#include "includes.h"
extern int DEBUGLEVEL;
static char *Months[13] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun",
"Jul", "Aug", "Sep", "Oct", "Nov", "Dec", "Err"};