diff options
Diffstat (limited to 'dev/plutil.h')
| -rw-r--r-- | dev/plutil.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev/plutil.h b/dev/plutil.h new file mode 100644 index 0000000..2146307 --- /dev/null +++ b/dev/plutil.h | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | |||
| 2 | /* | ||
| 3 | * main.h - header for plistutil | ||
| 4 | * Written by FxChiP | ||
| 5 | */ | ||
| 6 | |||
| 7 | typedef struct _options { | ||
| 8 | char *in_file, *out_file; | ||
| 9 | uint8_t debug, in_fmt, out_fmt; | ||
| 10 | } Options; | ||
| 11 | |||
| 12 | Options *parse_arguments(int argc, char *argv[]); | ||
| 13 | void print_usage(); | ||
