From 3fdd24aea06a9bf38d9d34fb8bccbb7023ed3100 Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Sat, 13 Dec 2008 12:21:03 +0100 Subject: Fork libiphone and remove anything non plist specific. Update library and make related files acordingly . --- dev/plutil.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 dev/plutil.h (limited to 'dev/plutil.h') 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(); -- cgit v1.1-32-gdbae