~ubuntu-branches/ubuntu/precise/acedb/precise

« back to all changes in this revision

Viewing changes to wstaden/seqIOCTF.h

  • Committer: Bazaar Package Importer
  • Author(s): Steffen Moeller
  • Date: 2010-07-11 06:27:12 UTC
  • Revision ID: james.westby@ubuntu.com-20100711062712-f1mtli96gavo7mk4
Tags: upstream-4.9.39
ImportĀ upstreamĀ versionĀ 4.9.39

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _seqIOCTF_h_
 
2
#define _seqIOCTF_h_
 
3
 
 
4
Read *ctfFRead (FILE *ff) ;
 
5
int ctfFWrite (FILE *ff, Read *read) ;
 
6
 
 
7
#endif /* _seqIOCTF_h_ */
 
8
 
 
9
 
 
10
 
 
11
 
 
12
 
 
13
 
 
14
 
 
15
 
 
16
 
 
17
 
 
18
 
 
19
 
 
20
 
 
21
 
 
22