home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / ui_config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-25  |  814 b   |  34 lines

  1. /*****************************************************************************
  2.   FILE           : ui_config.h
  3.   SHORTNAME      : config.h
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : Header file of correspondent '.c' file
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Tilman Sommer, Universitaet Stuttgart
  10.   DATE           : 1.9.1990
  11.  
  12.   CHANGED BY     : Guenter Mamier
  13.   IDENTIFICATION : @(#)ui_config.h    1.11 3/2/94
  14.   SCCS VERSION   : 1.11
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.  
  19. ******************************************************************************/
  20.  
  21.  
  22. #ifndef _UI_CONFIG_DEFINED_
  23. #define _UI_CONFIG_DEFINED_
  24.  
  25. extern int  ui_cfg_save (FILE *);
  26. extern int  ui_cfg_load (FILE *);
  27.  
  28.  
  29. #endif /* _UI_CONFIG_DEFINED_ */
  30.  
  31. /* end of file */
  32. /* lines: 32 */
  33.  
  34.