Annotation of capa/capa51/GUITools/common.h, revision 1.2
1.1 albertel 1: /*
2: * common.h
3: * Copyright Guy Albertelli II 1998
4: */
5:
6: #ifndef _COMMON_H_
7: #define _COMMON_H_
8:
9: int capaGetExistingSections (ClientData clientdata, Tcl_Interp *interp, int argc, char *argv[]);
10: int capaDateUpdate (ClientData clientdata, Tcl_Interp *interp, int argc, char *argv[]);
11: void message();
1.2 ! albertel 12: int howManySetDBFile();
1.1 albertel 13: #define BUFFER_SIZE 2048
14:
15: #endif /* _COMMON_H_ */
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>