1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-25 00:23:52 +03:00

declare dbf in one spot

This commit is contained in:
Andrew Tridgell
-
parent f59826c0c9
commit f41c3bb80f
21 changed files with 7 additions and 19 deletions

View File

@@ -40,6 +40,8 @@
int Debug1( char *, ... ) PRINTF_ATTRIBUTE(1,2);
BOOL dbgtext( char *, ... ) PRINTF_ATTRIBUTE(1,2);
extern XFILE *dbf;
/* If we have these macros, we can add additional info to the header. */
#ifdef HAVE_FILE_MACRO
#define FILE_MACRO (__FILE__)