X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Faudit.h;h=b4aecffb3057cd245926cec68500d11dbd1c9f69;hp=490a0b03208f34904d9c92b662b4f8a286a8aad4;hb=8b169c0fc24cd63ab24a5389a93bf2151b0c28eb;hpb=f274ece0f76b5709408821e317e87aef76123db6 diff --git a/src/shared/audit.h b/src/shared/audit.h index 490a0b032..b4aecffb3 100644 --- a/src/shared/audit.h +++ b/src/shared/audit.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef fooaudithfoo -#define fooaudithfoo +#pragma once /*** This file is part of systemd. @@ -29,4 +28,4 @@ int audit_session_from_pid(pid_t pid, uint32_t *id); int audit_loginuid_from_pid(pid_t pid, uid_t *uid); -#endif +bool use_audit(void);