]> git.lyx.org Git - features.git/blobdiff - src/print_form.h
A bunch of obvious changes to please strict ansi compilers. Not finished.
[features.git] / src / print_form.h
index 0a932aac06d59e3cd70cd0d9157873b1c2d2ab5f..5d5c3928b776b4a3ac9c50dc1623de6944aa4c62 100644 (file)
@@ -4,13 +4,13 @@
 #define FD_form_print_h_
 
 /** Callbacks, globals and object handlers **/
-extern void PrintOKCB(FL_OBJECT *, long);
-extern void PrintApplyCB(FL_OBJECT *, long);
-extern void PrintCancelCB(FL_OBJECT *, long);
+extern "C" void PrintOKCB(FL_OBJECT *, long);
+extern "C" void PrintApplyCB(FL_OBJECT *, long);
+extern "C" void PrintCancelCB(FL_OBJECT *, long);
 
-extern void SendtoOKCB(FL_OBJECT *, long);
-extern void SendtoApplyCB(FL_OBJECT *, long);
-extern void SendtoCancelCB(FL_OBJECT *, long);
+extern "C" void SendtoOKCB(FL_OBJECT *, long);
+extern "C" void SendtoApplyCB(FL_OBJECT *, long);
+extern "C" void SendtoCancelCB(FL_OBJECT *, long);
 
 
 /**** Forms and Objects ****/