src/inc/udc.h 1.9

1.9 2009/03/15 00:17:14 kent
Adding udcReadStringAndZero
Index: src/inc/udc.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/udc.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -B -U 4 -r1.8 -r1.9
--- src/inc/udc.h	18 Feb 2009 00:32:40 -0000	1.8
+++ src/inc/udc.h	15 Mar 2009 00:17:14 -0000	1.9
@@ -53,8 +53,11 @@
 
 int udcGetChar(struct udcFile *file);
 /* Get next character from file or die trying. */
 
+char *udcReadStringAndZero(struct udcFile *file);
+/* Read in zero terminated string from file.  Do a freeMem of result when done. */
+
 void udcSeek(struct udcFile *file, bits64 offset);
 /* Seek to a particular (absolute) position in file. */
 
 bits64 udcTell(struct udcFile *file);