#ifndef _videostuff_h_
#define _videostuff_h_

#include "wb_include.h"

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

#ifdef __STDC__

extern int WBisa_video_workstation();
extern int WBis_display_video_workstation(Display);

#else

extern int WBisa_video_workstation(); 
extern int WBis_display_video_workstation();

#endif          /* end of  #ifdef _STDC_  */

/***************************************************************************/
#endif   /* end of ifndef _videostuff_h_  :: DO NOT WRITE BELOW THIS LINE. */
