diff lib/gftp.h @ 483:4376ffeab64e

2004-6-13 Brian Masney <masneyb@gftp.org> * lib/gftp.h lib/misc.c src/gtk/Makefile.am src/gtk/menu-items.c src/gtk/misc-gtk.c src/text/Makefile.am src/uicommon/Makefile.am src/uicommon/gftpui.c - added support to override the value of SHARE_DIR during runtime with the GFTP_SHARE_DIR environment variable
author masneyb
date Sun, 13 Jun 2004 14:25:18 +0000
parents 97fd5eb34be0
children 632036c6e4a4
line wrap: on
line diff
--- a/lib/gftp.h	Sun Jun 13 14:13:28 2004 +0000
+++ b/lib/gftp.h	Sun Jun 13 14:25:18 2004 +0000
@@ -764,6 +764,8 @@
 int gftp_get_transfer_action 		( gftp_request * request,
 					  gftp_file * fle );
 
+char * gftp_get_share_dir 		( void );
+
 /* mkstemps.c */
 int mkstemps 				( char *template,
 					  int suffix_len );