summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 3fbcde846..e9470d239 100644
--- a/src/common.h
+++ b/src/common.h
@@ -29,3 +29,10 @@
void fatal(const char*, const char*, ...);
void check_caller(const char*, gid_t);
int run_script(const char*, int, char**, char**);
+
+
+/*
+ * Local Variables:
+ * c-file-style: "python"
+ * End:
+ */