diff options
author | Jonathan Beck | 2008-12-13 18:12:46 +0100 |
---|---|---|
committer | Jonathan Beck | 2008-12-13 18:12:46 +0100 |
commit | 4301ef9bb8e9d06ffa4e9172191d58ede5e16f5d (patch) | |
tree | 75404446e2fa36e7747fb07750127cfcaefd190a /dev/plutil.h | |
parent | 3d8ba053deeacd74e621469d3d45d1db38ee411a (diff) | |
download | libimobiledevice-4301ef9bb8e9d06ffa4e9172191d58ede5e16f5d.tar.gz libimobiledevice-4301ef9bb8e9d06ffa4e9172191d58ede5e16f5d.tar.bz2 |
fork out plist stuff in libplist and migrate libiphone to use it.
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 @@ - -/* - * main.h - header for plistutil - * Written by FxChiP - */ - -typedef struct _options { - char *in_file, *out_file; - uint8_t debug, in_fmt, out_fmt; -} Options; - -Options *parse_arguments(int argc, char *argv[]); -void print_usage(); |