File:  [LON-CAPA] / capa / capa51 / GUITools / manager.h
Revision 1.2: download - view: text, annotated - select for diffs
Tue Nov 2 19:10:44 1999 UTC (24 years, 6 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

/*
 * manager.h
 * Copyright Guy Albertelli II 1998
 */
#ifndef _MANAGER_H_
#define _MANAGER_H_

#define signalHandler NULL

int capaCTcreateSummary (ClientData clientdata, Tcl_Interp *interp, int argc, char *argv[]);
#define NUM_SET_LIMIT 99
#define GET_ALL_SECTIONS 0
#define BUFFER_SIZE   2048

#endif /* _MANAGER_H_ */

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