diff lib/gftp.h @ 402:57087926bf03

2004-2-16 Brian Masney <masneyb@gftp.org> * src/gtk/view_dialog.c - call mkstemps() to create the temporary file. This is so that the extension of the file will be preserved so that syntax highlighting will still work (from Aurelien Jarno <aurelien@aurel32.net>) * lib/Makefile.am lib/gftp.h lib/mkstemps.c po/POTFILES.in - added mksteps() from the GNU C Library (from Aurelien Jarno <aurelien@aurel32.net>)
author masneyb
date Tue, 17 Feb 2004 00:49:17 +0000
parents b39a312323ec
children 38bfc112ab46
line wrap: on
line diff
--- a/lib/gftp.h	Tue Feb 17 00:04:58 2004 +0000
+++ b/lib/gftp.h	Tue Feb 17 00:49:17 2004 +0000
@@ -745,6 +745,10 @@
 int gftp_get_transfer_action 		( gftp_request * request,
 					  gftp_file * fle );
 
+/* mkstemps.c */
+int mkstemps 				( char *template,
+					  int suffix_len );
+
 /* protocols.c */
 #define GFTP_FTP_NUM				0
 #define GFTP_FTPS_NUM				1