comparison lib/gftp.h @ 290:6e255984c0b0

2003-10-18 Brian Masney <masneyb@gftp.org> * lib/misc.c lib/gftp.h src/text/gftp-text.c src/gtk/gftp-gtk.c - added gftp_locale_init(). * src/gtk/Makefile.am src/text/Makefile.am - removed declaration of LOCALE_DIR * lib/Makefile.am - added declaration of LOCALE_DIR
author masneyb
date Sat, 18 Oct 2003 15:21:39 +0000
parents 5810b0f97eee
children 265244924868
comparison
equal deleted inserted replaced
289:5f66f09e5194 290:6e255984c0b0
722 char * gftp_build_path ( const char *first_element, 722 char * gftp_build_path ( const char *first_element,
723 ... ); 723 ... );
724 724
725 off_t gftp_parse_file_size ( char *str ); 725 off_t gftp_parse_file_size ( char *str );
726 726
727 void gftp_locale_init ( void );
728
727 /* protocols.c */ 729 /* protocols.c */
728 #define GFTP_FTP_NUM 0 730 #define GFTP_FTP_NUM 0
729 #define GFTP_HTTP_NUM 1 731 #define GFTP_HTTP_NUM 1
730 #define GFTP_HTTPS_NUM 2 732 #define GFTP_HTTPS_NUM 2
731 #define GFTP_LOCAL_NUM 3 733 #define GFTP_LOCAL_NUM 3