Merge from HEAD:
[kai/samba.git] / source3 / include / debug.h
index 4b0b4b1ac47770b639b84651491349062bbda92c..5f87bf06fd93d0598c1727d4469afea72726554a 100644 (file)
@@ -36,9 +36,9 @@
    arguemnts to DEBUG() right. We have got them wrong too often in the 
    past.
  */
-int  Debug1( char *, ... ) PRINTF_ATTRIBUTE(1,2);
-BOOL dbgtext( char *, ... ) PRINTF_ATTRIBUTE(1,2);
-BOOL dbghdr( int level, char *file, char *func, int line );
+int  Debug1( const char *, ... ) PRINTF_ATTRIBUTE(1,2);
+BOOL dbgtext( const char *, ... ) PRINTF_ATTRIBUTE(1,2);
+BOOL dbghdr( int level, const char *file, const char *func, int line );
 
 extern XFILE *dbf;
 extern pstring debugf;