src/inc/common.h 1.160

1.160 2009/11/20 17:44:45 angie
Added a couple const keywords for smoother interoperation with external code.
Index: src/inc/common.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/common.h,v
retrieving revision 1.159
retrieving revision 1.160
diff -b -B -U 4 -r1.159 -r1.160
--- src/inc/common.h	20 Nov 2009 08:08:26 -0000	1.159
+++ src/inc/common.h	20 Nov 2009 17:44:45 -0000	1.160
@@ -672,9 +672,9 @@
 
 int cmpWordsWithEmbeddedNumbers(char *a, char *b);
 /* Case insensitive version of cmpStringsWithEmbeddedNumbers. */
 
-boolean startsWith(char *start,char *string);
+boolean startsWith(const char *start, const char *string);
 /* Returns TRUE if string begins with start. */
 
 boolean startsWithWord(char *firstWord, char *line);
 /* Return TRUE if first white-space-delimited word in line