]> 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 4f061c4528cabb023a4821ba7fd32ec74039a1af..a4f3a3d13494ec03e099a7d777abd3177d368af6 100644 (file)
@@ -5,8 +5,8 @@
 #define FD_form_browser_h_
 
 /** Callbacks, globals and object handlers **/
-extern  "C" void C_FormBaseOKCB(FL_OBJECT *, long);
-extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
+extern  "C" void C_FormBaseCancelCB(FL_OBJECT *, long);
+extern  "C" void C_FormBaseRestoreCB(FL_OBJECT *, long);
 
 
 /**** Forms and Objects ****/