Add Emacs local variable for stroustrup style.
[radsecproxy.git] / debug.h
diff --git a/debug.h b/debug.h
index a089258..be37a54 100644 (file)
--- a/debug.h
+++ b/debug.h
@@ -23,3 +23,7 @@ void debug(uint8_t level, char *format, ...);
 void debugx(int status, uint8_t level, char *format, ...);
 int debug_set_destination(char *dest);
 void debug_reopen_log();
+
+/* Local Variables: */
+/* c-file-style: "stroustrup" */
+/* End: */