X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbullet_forms.h;h=4ff02108fb579a88860a9d2aa99430ef039b5d87;hb=a320e34382a466574fe174da867a7af21d1fe87f;hp=5c9293157d023bd8060ae6f30a24c09445c55c50;hpb=27de1486ca34aaad446adb798d71a77d6f6304da;p=lyx.git diff --git a/src/bullet_forms.h b/src/bullet_forms.h index 5c9293157d..4ff02108fb 100644 --- a/src/bullet_forms.h +++ b/src/bullet_forms.h @@ -4,14 +4,14 @@ #define FD_form_bullet_h_ /** Callbacks, globals and object handlers **/ -extern void ChoiceBulletSizeCB(FL_OBJECT *, long); -extern void BulletOKCB(FL_OBJECT *, long); -extern void BulletApplyCB(FL_OBJECT *, long); -extern void BulletCancelCB(FL_OBJECT *, long); -extern void InputBulletLaTeXCB(FL_OBJECT *, long); -extern void BulletDepthCB(FL_OBJECT *, long); -extern void BulletPanelCB(FL_OBJECT *, long); -extern void BulletBMTableCB(FL_OBJECT *, long); +extern "C" void ChoiceBulletSizeCB(FL_OBJECT *, long); +extern "C" void BulletOKCB(FL_OBJECT *, long); +extern "C" void BulletApplyCB(FL_OBJECT *, long); +extern "C" void BulletCancelCB(FL_OBJECT *, long); +extern "C" void InputBulletLaTeXCB(FL_OBJECT *, long); +extern "C" void BulletDepthCB(FL_OBJECT *, long); +extern "C" void BulletPanelCB(FL_OBJECT *, long); +extern "C" void BulletBMTableCB(FL_OBJECT *, long); /**** Additional routines ****/