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, 9 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:  * 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();
   12: int howManySetDBFile();
   13: #define BUFFER_SIZE   2048
   14: 
   15: #endif /* _COMMON_H_ */

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