chiark / gitweb /
basic: add new merge_env_file function
[elogind.git] / src / basic / audit-util.h
index 6de331c73e5f8b4d341a4680be9c8a35c3c31a42..b16ca585be3d5d10595e98d09e2f66fc2e2eae12 100644 (file)
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
 #pragma once
 
 /***
@@ -21,8 +19,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <stdint.h>
 #include <stdbool.h>
+#include <stdint.h>
 #include <sys/types.h>
 
 #define AUDIT_SESSION_INVALID ((uint32_t) -1)
@@ -30,4 +28,6 @@
 int audit_session_from_pid(pid_t pid, uint32_t *id);
 int audit_loginuid_from_pid(pid_t pid, uid_t *uid);
 
+#if 0 /// UNNEEDED by elogind
 bool use_audit(void);
+#endif // 0