src/inc/maf.h 1.32

1.32 2010/05/05 23:01:59 markd
come how got function name wrong in header
Index: src/inc/maf.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/maf.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -b -B -U 4 -r1.31 -r1.32
--- src/inc/maf.h	4 May 2010 06:18:59 -0000	1.31
+++ src/inc/maf.h	5 May 2010 23:01:59 -0000	1.32
@@ -80,9 +80,9 @@
 
 char *mafCompGetSrcDb(struct mafComp *mc, char *buf, int bufSize);
 /* parse the srcDb name from the mafComp src name, return NULL if no srcDb */
 
-char *mafCompGetSeqName(struct mafComp *mc);
+char *mafCompGetScrName(struct mafComp *mc);
 /* parse the src sequence name from the mafComp src name */
 
 struct mafRegDef
 /* MAF region definition (r line) */