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-defaults.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-03-15  |  359 b   |  15 lines

  1. /*
  2.  *    edit.h : External defs for editing global defaults
  3.  *
  4.  *    George Ferguson, ferguson@cs.rochester.edu, 27 Feb 1991.
  5.  *
  6.  *    $Id: edit-defaults.h,v 2.1 91/02/28 11:21:18 ferguson Exp $
  7.  */
  8. #ifndef EDIT_DEFAULTS_H
  9. #define EDIT_DEFAULTS_H
  10.  
  11. extern void editDefaults();
  12. extern void focusNextDefaultsItem(), focusPrevDefaultsItem();
  13.  
  14. #endif /* EDIT_DEFAULTS_H */
  15.