]> git.lyx.org Git - features.git/blobdiff - src/insets/insetbib.C
A bunch of obvious changes to please strict ansi compilers. Not finished.
[features.git] / src / insets / insetbib.C
index ab5ed93f8c6de68ce10ce27aecfffccaee969db1..e66147d3a94ef8c56c20a9ee5743253c7fc9cdd3 100644 (file)
@@ -27,12 +27,11 @@ static Combox *bibcombox = 0;
 
 extern void UpdateInset(Inset* inset, bool mark_dirty = true);
 void BibitemUpdate(Combox *);
-void bibitem_cb(FL_OBJECT *, long);
 FD_citation_form * create_form_citation_form(void);
 FD_bibitem_form * create_form_bibitem_form(void);
 
 
-void bibitem_cb(FL_OBJECT *, long data)
+extern "C" void bibitem_cb(FL_OBJECT *, long data)
 {
        switch (data) {
 //       case 0: fl_hide_form(citation_form->citation_form);