[gq-commit] gq/src browse-export.h,1.1,1.2
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2003-10-28 19:20:03
|
Update of /cvsroot/gqclient/gq/src In directory sc8-pr-cvs1:/tmp/cvs-serv9746 Modified Files: browse-export.h Log Message: * prepared export to ldif functionality for multi-server exports * dropped search-specific struct resultset - replaced by general purpose dn_on_server structure to bundle dn and server information Index: browse-export.h =================================================================== RCS file: /cvsroot/gqclient/gq/src/browse-export.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** browse-export.h 23 Oct 2003 05:18:36 -0000 1.1 --- browse-export.h 28 Oct 2003 19:18:50 -0000 1.2 *************** *** 34,40 **** #include "common.h" /* struct ldapserver */ ! void export_many(GtkWidget *widget, ! GList *bases, ! struct ldapserver *server); #endif --- 34,39 ---- #include "common.h" /* struct ldapserver */ ! /* to_export is a GList of dn_on_server objects */ ! void export_many(GtkWidget *widget, GList *to_export); #endif |