diff lib/gftp.h @ 26:d74bfa342116

2002-09-24 gettextize <bug-gnu-gettext@gnu.org> * Makefile.am (SUBDIRS): Add intl, (ACLOCAL_AMFLAGS): New variable. (EXTRA_DIST): Add config.rpath mkinstalldirs. * configure.in (AC_OUTPUT): Add intl/Makefile, 2002-09-24 Brian Masney <masneyb@gftp.org> * lib/config_file.c - separated saving of bookmarks from gftp_write_config_file() to gftp_write_bookmarks_file(). Bookmarks will no longer be rewritten to disk every time gFTP exits * src/gtk/bookmarks.c - call gftp_write_bookmarks_file() instead of gftp_write_config_file() when altering a bookmark * configure.in - Fixed problem with the text port being compiled against glib 1.2 if we wanted it to be compiled against glib 2.0 instead * autogen.sh - add this build script
author masneyb
date Tue, 24 Sep 2002 12:18:40 +0000
parents 3b2dcdefc7e9
children c8ec7877432e
line wrap: on
line diff
--- a/lib/gftp.h	Tue Sep 24 11:21:32 2002 +0000
+++ b/lib/gftp.h	Tue Sep 24 12:18:40 2002 +0000
@@ -483,6 +483,8 @@
 
 void gftp_write_config_file 		( void );
 
+void gftp_write_bookmarks_file 		( void );
+
 GHashTable * build_bookmarks_hash_table	( gftp_bookmarks * entry );
 
 void print_bookmarks 			( gftp_bookmarks * bookmarks );