summaryrefslogtreecommitdiffstats
path: root/src/util/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/debug.h')
-rw-r--r--src/util/debug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/debug.h b/src/util/debug.h
index 667021ba..2a1bd4ff 100644
--- a/src/util/debug.h
+++ b/src/util/debug.h
@@ -29,6 +29,8 @@
#define SSS_ATTRIBUTE_PRINTF(a1, a2)
#endif
+#define APPEND_LINE_FEED 0x1
+
extern const char *debug_prg_name;
extern int debug_level;
extern int debug_timestamps;
@@ -40,6 +42,7 @@ void sss_vdebug_fn(const char *file,
long line,
const char *function,
int level,
+ int flags,
const char *format,
va_list ap);
void sss_debug_fn(const char *file,