~ubuntu-branches/ubuntu/raring/audit/raring

« back to all changes in this revision

Viewing changes to src/ausearch-parse.h

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Matthias Hahn
  • Date: 2009-01-11 18:51:38 UTC
  • mfrom: (1.1.7 upstream) (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20090111185138-329kq0gg5xndhf8j
Tags: 1.7.11-1
* New upstream release.
  - Update debian/patches/mode.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include "ausearch-llist.h"
29
29
 
30
30
int extract_search_items(llist *l);
31
 
char *unescape(char *buf);
32
31
 
33
32
#endif
34
33