~ubuntu-branches/ubuntu/hardy/paxctl/hardy

« back to all changes in this revision

Viewing changes to paxctl.h

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2005-09-04 21:34:19 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20050904213419-tcrtbk5ym58gleth
Tags: upstream-0.3
ImportĀ upstreamĀ versionĀ 0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
#include <elf.h>
5
5
 
6
 
#define PAXCTL_VERSION "0.2"
 
6
#define PAXCTL_VERSION "0.3"
7
7
 
8
8
struct pax_state;
9
9
 
32
32
  unsigned int quiet:1;
33
33
  unsigned int shortonly:1;
34
34
  unsigned int view:1;
 
35
  unsigned int convert:1;
35
36
  struct elf_ops * ops;
36
37
};
37
38