lyx_mirror/src/bibforms.h
Lars Gullik Bjønnes 27de1486ca Initial revision
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@140 a592a061-630c-0410-9148-cb99ea01b6c8
1999-09-27 18:44:28 +00:00

26 lines
415 B
C

#ifndef FD_citation_form_h_
#define FD_citation_form_h_
/* Header file generated with fdesign. */
/**** Forms and Objects ****/
typedef struct {
FL_FORM *citation_form;
void *vdata;
long ldata;
FL_OBJECT *key;
FL_OBJECT *label;
} FD_citation_form;
typedef struct {
FL_FORM *bibitem_form;
void *vdata;
long ldata;
FL_OBJECT *key;
FL_OBJECT *label;
} FD_bibitem_form;
#endif /* FD_citation_form_h_ */