OSDN Git Service

Merge branch 'master' of git.sourceforge.jp:/gitroot/eos/base
[eos/hostdependX86LINUX64.git] / include / lllDataCTF.h
1 /*
2 # %M% %Y% %I%
3 # The latest update : %G% at %U%
4 #
5 #%Z% lllDataCTF.h ver %I%
6 #%Z% Created by 
7 #%Z%
8 #%Z% Usage : lllDataCTF.h 
9 #%Z% Attention
10 #%Z%
11 */
12 #ifndef LLLDATA_CTF_H
13 #define LLLDATA_CTF_H
14
15 #include <stdio.h>
16 #include <stdlib.h>
17 #include "llData.h"
18 #include "ctfInfo.h"
19
20 /* prototype begin */
21
22 extern void lllDataCTFObservation(llData* ll, ctfInfo ctf, int mode);
23
24 /* prototype end */
25
26 #endif /* LLLDATA_CTF_H */