00001 00005 #ifndef READLANES_H 00006 #define READLANES_H 00007 00008 #include "gelinfo.h" 00009 00011 void readLanesFile(float **PeakPosition, char *inlanespath, float *NodePosition, struct GelInfo *GelInfo); 00012 00013 #endif