home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3065 / edit.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-03-15  |  324 b   |  15 lines

  1. /*
  2.  *    edit.h : External defs for the popup appointment editor panel
  3.  *
  4.  *    George Ferguson, ferguson@cs.rochester.edu, 27 Feb 1991.
  5.  *
  6.  *    $Id: edit.h,v 2.1 91/02/28 11:21:21 ferguson Exp $
  7.  */
  8. #ifndef EDIT_H
  9. #define EDIT_H
  10.  
  11. extern void editAppoint();
  12. extern void focusNextEditItem(),focusPrevEditItem();
  13.  
  14. #endif /* EDIT_H */
  15.