[gq-commit] gq/src dn-browse.c,1.3,1.4
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2003-10-19 12:48:16
|
Update of /cvsroot/gqclient/gq/src In directory sc8-pr-cvs1:/tmp/cvs-serv1002 Modified Files: dn-browse.c Log Message: * Get rid of yet another compile-time warning Index: dn-browse.c =================================================================== RCS file: /cvsroot/gqclient/gq/src/dn-browse.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** dn-browse.c 18 Oct 2003 08:26:59 -0000 1.3 --- dn-browse.c 19 Oct 2003 12:08:58 -0000 1.4 *************** *** 51,60 **** #include "errorchain.h" #include "util.h" #include "i18n.h" #include "utf8-compat.h" #include "ldif.h" - - static void tree_row_search_below(GtkMenuItem *menuitem, struct tab *tab) --- 51,59 ---- #include "errorchain.h" #include "util.h" + #include "encode.h" #include "i18n.h" #include "utf8-compat.h" #include "ldif.h" static void tree_row_search_below(GtkMenuItem *menuitem, struct tab *tab) |