Imported Upstream version 2.4.3
[platform/upstream/audit.git] / src / ausearch-parse.h
1 /*
2 * ausearch-parse.h - Header file for ausearch-llist.c
3 * Copyright (c) 2005 Red Hat Inc., Durham, North Carolina.
4 * All Rights Reserved.
5 *
6 * This software may be freely redistributed and/or modified under the
7 * terms of the GNU General Public License as published by the Free
8 * Software Foundation; either version 2, or (at your option) any
9 * later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; see the file COPYING. If not, write to the
18 * Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19 *
20 * Authors:
21 *   Steve Grubb <sgrubb@redhat.com>
22 */
23
24 #ifndef AUPARSE_HEADER
25 #define AUPARSE_HEADER
26
27 #include "config.h"
28 #include "ausearch-llist.h"
29
30 int extract_search_items(llist *l);
31
32 #endif
33