#ifndef _INCLUDE_WBSTARTUP
#define _INCLUDE_WBSTARTUP

/*
**  $VER: wbstartup.h 10.1 (19.7.95)
**  Includes Release 40.15
**
**  '(C) Copyright 1995/96 Haage & Partner Computer GmbH'
**	 All Rights Reserved
*/

extern unsigned short _wbflag;

#ifdef __cplusplus
extern "C" {
#endif

void wbparse(struct WBStartup *);
void wbmain(struct WBStartup *);

#ifdef __cplusplus
}
#endif

#endif
