~ubuntu-branches/ubuntu/hardy/9base/hardy

« back to all changes in this revision

Viewing changes to rc/getflags.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2006-01-25 15:33:00 UTC
  • Revision ID: james.westby@ubuntu.com-20060125153300-6hh4p9wx8iqqply5
Tags: upstream-2
ImportĀ upstreamĀ versionĀ 2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define NFLAG   128
 
2
#define NCMDLINE        512
 
3
extern char **flag[NFLAG];
 
4
extern char cmdline[NCMDLINE+1];
 
5
extern char *cmdname;
 
6
extern char *flagset[];
 
7
int getflags(int, char*[], char*, int);