lyx_mirror/src/bibforms.h

26 lines
415 B
C
Raw Normal View History

#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_ */