/*****************************************************************************
  FILE           : ui_displwght.h
  SHORTNAME      : ui_displweights
  SNNS VERSION   : 4.2

  PURPOSE        : Header file of correspondent '.c' file
  NOTES          :

  AUTHOR         : Christian Wehrfritz 
  DATE           : 20.05.94 

  CHANGED BY     : 
  IDENTIFICATION : 
  SCCS VERSION   : 0.1
  LAST CHANGE    : 

             

******************************************************************************/

#ifndef _UI_DISPLMAP_DEFINED_
#define _UI_DISPLMAP_DEFINED_

extern void         ui_displMap(Widget w, caddr_t call_data);
extern void         ui_displMapFromUpdate(void);



#endif

