src/inc/common.h 1.172
1.172 2010/05/29 20:23:41 larrym
add slNameIntersection
Index: src/inc/common.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/common.h,v
retrieving revision 1.171
retrieving revision 1.172
diff -b -B -U 4 -r1.171 -r1.172
--- src/inc/common.h 20 Apr 2010 15:56:49 -0000 1.171
+++ src/inc/common.h 29 May 2010 20:23:41 -0000 1.172
@@ -571,8 +571,11 @@
struct slName *slNameLoadReal(char *fileName);
/* load file lines that are not blank or start with a '#' into a slName
* list */
+struct slName *slNameIntersection(struct slName *a, struct slName *b);
+/* return intersection of two slName lists. */
+
struct slRef
/* Singly linked list of generic references. */
{
struct slRef *next; /* Next in list. */