Update of /cvsroot/gqclient/gq/src
In directory sc8-pr-cvs1:/tmp/cvs-serv7744
Modified Files:
browse-export.c
Log Message:
* Removed unneeded #includes
* Added missing #include - a related bug caused core-dumps due to wrong
function prototype
Index: browse-export.c
===================================================================
RCS file: /cvsroot/gqclient/gq/src/browse-export.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** browse-export.c 2 Nov 2003 07:20:43 -0000 1.4
--- browse-export.c 2 Nov 2003 17:08:28 -0000 1.5
***************
*** 39,49 ****
#include "ref-browse.h"
-
- #include "input.h" /* new_from_entry */
#include "search.h" /* fill_out_search */
#include "template.h" /* struct gq_template */
- #include "formfill.h" /* formlist_from_entry */
- #include "tinput.h" /* formfill_from_template */
#include "browse-dnd.h" /* copy_entry et al */
--- 39,45 ----
***************
*** 56,59 ****
--- 52,56 ----
#include "ldif.h"
+ #include "browse-export.h"
struct export {
***************
*** 247,251 ****
}
! void export_many(GtkWidget *transient_for, GList *to_export)
{
GtkWidget *filesel;
--- 244,248 ----
}
! void export_many(int error_context, GtkWidget *transient_for, GList *to_export)
{
GtkWidget *filesel;
|