src/hg/instinct/bioInt2/bioPathway.h 1.3
1.3 2009/09/30 22:29:40 sbenz
Fixed compile warnings
Index: src/hg/instinct/bioInt2/bioPathway.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/bioInt2/bioPathway.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/hg/instinct/bioInt2/bioPathway.h 5 Sep 2009 01:12:01 -0000 1.2
+++ src/hg/instinct/bioInt2/bioPathway.h 30 Sep 2009 22:29:40 -0000 1.3
@@ -69,5 +69,8 @@
boolean writeEvidenceFile(char *filenamePrefix, struct pathwayData *pd);
struct pathwayVals *convertToPathwayVals(struct analysisVals *avList, int pathway_id);
+boolean writeConfigFile(char *filename, char *evidPrefix, struct emParams *emParameters);
+
+
#endif /* BIOPATHWAY_H */