diff options
| author | 2008-12-13 12:21:03 +0100 | |
|---|---|---|
| committer | 2008-12-13 12:21:03 +0100 | |
| commit | 3fdd24aea06a9bf38d9d34fb8bccbb7023ed3100 (patch) | |
| tree | 1080d26eca01c885efb33f3f98821a981a25e8b4 /dev/plutil.h | |
| parent | 3d8ba053deeacd74e621469d3d45d1db38ee411a (diff) | |
| download | libplist-3fdd24aea06a9bf38d9d34fb8bccbb7023ed3100.tar.gz libplist-3fdd24aea06a9bf38d9d34fb8bccbb7023ed3100.tar.bz2 | |
Fork libiphone and remove anything non plist specific.
Update library and make related files acordingly .
Diffstat (limited to 'dev/plutil.h')
| -rw-r--r-- | dev/plutil.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev/plutil.h b/dev/plutil.h deleted file mode 100644 index 2146307..0000000 --- a/dev/plutil.h +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 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(); | ||
