home *** CD-ROM | disk | FTP | other *** search
- /*
- * edit.h : External defs for editing global defaults
- *
- * George Ferguson, ferguson@cs.rochester.edu, 27 Feb 1991.
- *
- * $Id: edit-defaults.h,v 2.1 91/02/28 11:21:18 ferguson Exp $
- */
- #ifndef EDIT_DEFAULTS_H
- #define EDIT_DEFAULTS_H
-
- extern void editDefaults();
- extern void focusNextDefaultsItem(), focusPrevDefaultsItem();
-
- #endif /* EDIT_DEFAULTS_H */
-