diff lib/gftp.h @ 179:8d933999bba6

2003-6-14 Brian Masney <masneyb@gftp.org> * lib/cache.c (gftp_delete_cache_entry) - fix for restoring newlines * lib/gftp.h lib/protocols.c - added EOF flag for gftp_get_line() * lib/gftp.h lib/pty.c - added get_pty_impl() function for each PTY type * src/text/gftp-text.c - after removing files, clear the cache for that directory
author masneyb
date Sat, 14 Jun 2003 14:14:01 +0000
parents 8beb7bfca92b
children 33b394ebba68
line wrap: on
line diff
--- a/lib/gftp.h	Wed Jun 11 22:02:26 2003 +0000
+++ b/lib/gftp.h	Sat Jun 14 14:14:01 2003 +0000
@@ -538,6 +538,7 @@
        *curpos;
   size_t max_bufsize,
          cur_bufsize;
+  unsigned int eof : 1;
 } gftp_getline_buffer;
 
 
@@ -875,6 +876,8 @@
 					  ssize_t num_read );
 
 /* pty.c */
+char * get_pty_impl 			( void );
+
 int open_ptys 				( gftp_request * request, 
 					  int *fdm, 
 					  int *fds );