src/inc/common.h 1.166
1.166 2010/01/04 19:12:40 kent
Merging viewInTheMiddle branch.
Index: src/inc/common.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/common.h,v
retrieving revision 1.165
retrieving revision 1.166
diff -b -B -U 4 -r1.165 -r1.166
--- src/inc/common.h 24 Dec 2009 04:55:40 -0000 1.165
+++ src/inc/common.h 4 Jan 2010 19:12:40 -0000 1.166
@@ -857,8 +857,11 @@
char *nextWord(char **pLine);
/* Return next word in *pLine and advance *pLine to next
* word. Returns NULL when no more words. */
+char *cloneFirstWord(char *line);
+/* Clone first word in line */
+
char *nextTabWord(char **pLine);
/* Return next tab-separated word. */
char *cloneFirstWordByDelimiter(char *line,char delimit);