home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / lyx-0.13.2.tar.gz / lyx-0.13.2.tar / lyx-0.13.2 / forms / bibforms.h.patch < prev    next >
Text File  |  1998-04-23  |  691b  |  33 lines

  1. --- bibforms.h    Tue Oct  7 21:30:55 1997
  2. +++ ../src/bibforms.h    Tue Oct  7 19:57:53 1997
  3. @@ -2,12 +2,6 @@
  4.  #define FD_citation_form_h_
  5.  /* Header file generated with fdesign. */
  6.  
  7. -/**** Callback routines ****/
  8. -
  9. -extern void bibitem_cb(FL_OBJECT *, long);
  10. -
  11. -extern void bibitem_cb(FL_OBJECT *, long);
  12. -
  13.  
  14.  /**** Forms and Objects ****/
  15.  
  16. @@ -19,7 +13,7 @@
  17.      FL_OBJECT *label;
  18.  } FD_citation_form;
  19.  
  20. -extern FD_citation_form * create_form_citation_form(void);
  21. +
  22.  typedef struct {
  23.      FL_FORM *bibitem_form;
  24.      void *vdata;
  25. @@ -27,7 +21,5 @@
  26.      FL_OBJECT *key;
  27.      FL_OBJECT *label;
  28.  } FD_bibitem_form;
  29. -
  30. -extern FD_bibitem_form * create_form_bibitem_form(void);
  31.  
  32.  #endif /* FD_citation_form_h_ */
  33.