X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=plugins%2Fsudoers%2Fbsm_audit.h;h=47cb9d690fec281955800c4ca4b16937ae0e3334;hb=e8db7f6eea9b35527ddd4532affabd18a30549b5;hp=bd297640917e71fa3fa1132b655f71860df463cf;hpb=98b9fd63cd28a3636a7cd24641b8f497eaadcd50;p=debian%2Fsudo diff --git a/plugins/sudoers/bsm_audit.h b/plugins/sudoers/bsm_audit.h index bd29764..47cb9d6 100644 --- a/plugins/sudoers/bsm_audit.h +++ b/plugins/sudoers/bsm_audit.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 Todd C. Miller + * Copyright (c) 2009-2010, 2013 Todd C. Miller * Copyright (c) 2009 Christian S.J. Peron * * Permission to use, copy, modify, and distribute this software for any @@ -15,10 +15,10 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifndef _SUDO_BSM_AUDIT_H -#define _SUDO_BSM_AUDIT_H +#ifndef _SUDOERS_BSM_AUDIT_H +#define _SUDOERS_BSM_AUDIT_H void bsm_audit_success(char **); void bsm_audit_failure(char **, char const * const, va_list); -#endif /* _SUDO_BSM_AUDIT_H */ +#endif /* _SUDOERS_BSM_AUDIT_H */