src/hg/near/hgNear/hgNear.h 1.99
1.99 2009/11/20 19:17:35 angie
Removing duplicate definition of anyWild (use the common.h/wildcmp.c version).
Index: src/hg/near/hgNear/hgNear.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/near/hgNear/hgNear.h,v
retrieving revision 1.98
retrieving revision 1.99
diff -b -B -U 4 -r1.98 -r1.99
--- src/hg/near/hgNear/hgNear.h 12 Sep 2007 23:41:45 -0000 1.98
+++ src/hg/near/hgNear/hgNear.h 20 Nov 2009 19:17:35 -0000 1.99
@@ -322,11 +322,8 @@
int genePosCmpName(const void *va, const void *vb);
/* Sort function to compare two genePos by name. */
-boolean anyWild(char *s);
-/* Return TRUE if there are '?' or '*' characters in s. */
-
boolean wildMatchAny(char *word, struct slName *wildList);
/* Return TRUE if word matches any thing in wildList. */
boolean wildMatchAll(char *word, struct slName *wildList);