~ubuntu-branches/ubuntu/wily/apparmor/wily

« back to all changes in this revision

Viewing changes to parser/parser_include.h

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2011-08-10 18:12:34 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20110810181234-b6obckg60cp99crg
Tags: upstream-2.7.0~beta1+bzr1774
ImportĀ upstreamĀ versionĀ 2.7.0~beta1+bzr1774

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#define PARSER_INCLUDE_H
22
22
 
23
23
extern int preprocess_only;
24
 
extern int current_lineno;
25
 
extern char *current_filename;
26
24
 
27
25
extern int add_search_dir(char *dir);
28
26
extern void init_base_dir(void);