diff lib/gftp.h @ 245:41af60bc1f88

2003-8-4 Brian Masney <masneyb@gftp.org> * src/gtk/gftp-gtk.c (CreateMenus) - on startup, select the proper ASCII/binary radio button (looks like an old bug!) * lib/misc.c lib/gftp.h - renamed my version of g_build_path() (was used only in glib 1.2 only) to gftp_build_path() and it's compiled in all the time now * lib/protocols.c lib/sshv2.c src/gtk/dnd.c src/gtk/menu-items.c - instead of using g_build_path(), use gftp_build_path()
author masneyb
date Tue, 05 Aug 2003 01:40:49 +0000
parents afbbc72b73e2
children a46c2eef5139
line wrap: on
line diff
--- a/lib/gftp.h	Sun Aug 03 18:44:29 2003 +0000
+++ b/lib/gftp.h	Tue Aug 05 01:40:49 2003 +0000
@@ -719,14 +719,9 @@
 					  GList ** list, 
 					  int *curnum );
 
-#if GLIB_MAJOR_VERSION == 1
-
-gchar * g_build_path 			( const gchar *separator, 
-					  const gchar *first_element,
+char * gftp_build_path 			( const char *first_element,
 					  ... );
 
-#endif
-
 off_t gftp_parse_file_size 		( char *str );
 
 /* protocols.c */