]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/form_browser.h
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / form_browser.h
index e2c80a3e19de7e306a945cc84c9a2911c7b001db..a4f3a3d13494ec03e099a7d777abd3177d368af6 100644 (file)
@@ -5,8 +5,8 @@
 #define FD_form_browser_h_
 
 /** Callbacks, globals and object handlers **/
-extern  "C" void C_FormBaseDeprecatedCancelCB(FL_OBJECT *, long);
-extern  "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
+extern  "C" void C_FormBaseCancelCB(FL_OBJECT *, long);
+extern  "C" void C_FormBaseRestoreCB(FL_OBJECT *, long);
 
 
 /**** Forms and Objects ****/