summaryrefslogtreecommitdiff
path: root/src/journal/audit-type.c
blob: 9061bf82dfddf94bb9f4ee27ddd58530ae627e44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
  Copyright © 2015 Zbigniew Jędrzejewski-Szmek
***/

#include <stdio.h>
#include <linux/audit.h>
#if HAVE_AUDIT
#  include <libaudit.h>
#endif

#include "missing.h"
#include "audit-type.h"
#include "audit_type-to-name.h"
#include "macro.h"