staden-lg/src/bap/oligo.h

16 lines
225 B
C
Raw Normal View History

2021-12-04 13:07:58 +08:00
#ifndef _oligo_h
#define _oligo_h
#include "edUtils.h"
#include <X11/Intrinsic.h>
extern void createOligoWidget(Widget parentWid);
extern int invokeOligo(EdStruct *xx);
extern int destroyOligo();
#endif /* _oligo_h */