File: bibforms.h.patch

package info (click to toggle)
lyx 1.1.4-7
  • links: PTS
  • area: contrib
  • in suites: potato
  • size: 15,708 kB
  • ctags: 7,042
  • sloc: cpp: 63,191; sh: 8,634; ansic: 3,411; perl: 3,323; makefile: 636; tcl: 163; sed: 93; yacc: 38
file content (32 lines) | stat: -rw-r--r-- 691 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
--- bibforms.h	Tue Oct  7 21:30:55 1997
+++ ../src/bibforms.h	Tue Oct  7 19:57:53 1997
@@ -2,12 +2,6 @@
 #define FD_citation_form_h_
 /* Header file generated with fdesign. */
 
-/**** Callback routines ****/
-
-extern void bibitem_cb(FL_OBJECT *, long);
-
-extern void bibitem_cb(FL_OBJECT *, long);
-
 
 /**** Forms and Objects ****/
 
@@ -19,7 +13,7 @@
 	FL_OBJECT *label;
 } FD_citation_form;
 
-extern FD_citation_form * create_form_citation_form(void);
+
 typedef struct {
 	FL_FORM *bibitem_form;
 	void *vdata;
@@ -27,7 +21,5 @@
 	FL_OBJECT *key;
 	FL_OBJECT *label;
 } FD_bibitem_form;
-
-extern FD_bibitem_form * create_form_bibitem_form(void);
 
 #endif /* FD_citation_form_h_ */