src/inc/options.h 1.14

1.14 2009/08/13 21:48:12 braney
add some memory clean up routines
Index: src/inc/options.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/options.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -b -B -U 4 -r1.13 -r1.14
--- src/inc/options.h	10 Jul 2005 09:15:22 -0000	1.13
+++ src/inc/options.h	13 Aug 2009 21:48:12 -0000	1.14
@@ -83,6 +83,9 @@
 
 struct hash *optionParseIntoHash(int *pArgc, char *argv[], boolean justFirst);
 /* Read options in argc/argv into a hash of your own choosing. */
 
+void optionFree();
+/* free the option hash */
+
 #endif /* OPTIONS_H */