cctw  0.2.1
cctwtcltiff.h
Go to the documentation of this file.
1 /*
2  * cctwtcltiff.h
3  *
4  * Created on: Oct 29, 2013
5  * Author: wozniak
6  */
7 
8 #ifndef CCTWTCLTIFF_H
9 #define CCTWTCLTIFF_H
10 
11 #include <stdbool.h>
12 
13 #include <tcl.h>
14 
15 int Cctwtcltiff_Read_Cmd(ClientData clientData,
16  Tcl_Interp *interp,
17  int objc, Tcl_Obj *const objv[]);
18 
19 #endif
int Cctwtcltiff_Read_Cmd(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[])