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, 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

    1: /*
    2:  * manager.h
    3:  * Copyright Guy Albertelli II 1998
    4:  */
    5: #ifndef _MANAGER_H_
    6: #define _MANAGER_H_
    7: 
    8: #define signalHandler NULL
    9: 
   10: int capaCTcreateSummary (ClientData clientdata, Tcl_Interp *interp, int argc, char *argv[]);
   11: #define NUM_SET_LIMIT 99
   12: #define GET_ALL_SECTIONS 0
   13: #define BUFFER_SIZE   2048
   14: 
   15: #endif /* _MANAGER_H_ */

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