lyx_mirror/src/include_form.h
Jean-Marc Lasgouttes c35b288b74 A bunch of obvious changes to please strict ansi compilers. Not finished.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@210 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-19 15:06:30 +00:00

29 lines
513 B
C

#ifndef FD_include_h_
#define FD_include_h_
/* Header file generated with fdesign. */
/**** Callback routines ****/
extern "C" void include_cb(FL_OBJECT *, long);
/**** Forms and Objects ****/
typedef struct {
FL_FORM *include;
void *vdata;
long ldata;
FL_OBJECT *browsebt;
FL_OBJECT *flag1;
FL_OBJECT *input;
FL_OBJECT *flag41;
FL_OBJECT *include_grp;
FL_OBJECT *flag4;
FL_OBJECT *flag2;
FL_OBJECT *flag3;
} FD_include;
extern FD_include * create_form_include(void);
#endif /* FD_include_h_ */