]> git.lyx.org Git - lyx.git/blob - src/cite.h
Small fixes to compile with compaq cxx
[lyx.git] / src / cite.h
1 /** Header file generated with fdesign on Mon Jun 12 06:32:31 2000.**/
2
3 #ifndef FD_citation_form_h_
4 #define FD_citation_form_h_
5
6 /** Callbacks, globals and object handlers **/
7
8
9 /**** Forms and Objects ****/
10 typedef struct {
11         FL_FORM *citation_form;
12         void *vdata;
13         char *cdata;
14         long  ldata;
15 } FD_citation_form;
16
17 extern FD_citation_form * create_form_citation_form(void);
18
19 #endif /* FD_citation_form_h_ */