home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / UNIX / ARCHIE / CLIENTS / XARCHIE2.TAR / settings.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-10-22  |  576 b   |  21 lines

  1. /*
  2.  * settings.h : External defs for the settings panel
  3.  *
  4.  * George Ferguson, ferguson@cs.rochester.edu, 22 Oct 1991.
  5.  *
  6.  */
  7.  
  8. #ifndef SETTINGS_H
  9. #define SETTINGS_H
  10.  
  11. extern void settingsAction(),initSettingsDefaults();
  12. extern void applySettingsAction();
  13. extern void defaultSettingsAction();
  14. extern void doneSettingsAction();
  15. extern void setSearchTypeAction(), setSearchTypeNowAction();
  16. extern void setSortTypeAction(), setSortTypeNowAction();
  17. extern void setHostAction(), setHostNowAction();
  18. extern void setNiceLevelAction(), setNiceLevelNowAction();
  19.  
  20. #endif /* SETTINGS_H */
  21.