File:  [LON-CAPA] / capa / capa51 / GUITools / common.h
Revision 1.2: download - view: text, annotated - select for diffs
Tue Nov 2 19:10:44 1999 UTC (24 years, 7 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- Copied the Class Report File generation in Manager. Probably should
  eventually make the two versions into one.
- Started working on gradesubjective email responses

/*
 * common.h
 * Copyright Guy Albertelli II 1998
 */

#ifndef _COMMON_H_
#define _COMMON_H_

int capaGetExistingSections (ClientData clientdata, Tcl_Interp *interp, int argc, char *argv[]);
int capaDateUpdate (ClientData clientdata, Tcl_Interp *interp, int argc, char *argv[]);
void message();
int howManySetDBFile();
#define BUFFER_SIZE   2048

#endif /* _COMMON_H_ */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>