/[hurd]/hurd/libftpconn/ftpconn.h
ViewVC logotype

Diff of /hurd/libftpconn/ftpconn.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by roland, Sat Dec 22 20:31:48 2001 UTC revision 1.13 by roland, Tue Jun 11 21:38:59 2002 UTC
# Line 1  Line 1 
1  /* Manage an ftp connection  /* Manage an ftp connection
2    
3     Copyright (C) 1997,2001 Free Software Foundation, Inc.     Copyright (C) 1997,2001,02 Free Software Foundation, Inc.
4    
5     Written by Miles Bader <miles@gnu.org>     Written by Miles Bader <miles@gnu.org>
6    
# Line 49  struct ftp_conn_stat; Line 49  struct ftp_conn_stat;
49     symlink.  NAME and SYMLINK_TARGET should be copied if they are used     symlink.  NAME and SYMLINK_TARGET should be copied if they are used
50     outside of this function.  HOOK is as passed into ...get_stats.  */     outside of this function.  HOOK is as passed into ...get_stats.  */
51  typedef error_t (*ftp_conn_add_stat_fun_t) (const char *name,  typedef error_t (*ftp_conn_add_stat_fun_t) (const char *name,
52    # if _FILE_OFFSET_BITS == 64
53                                              const struct stat *stat,                                              const struct stat *stat,
54    # else
55                                                const struct stat64 *stat,
56    # endif
57                                              const char *symlink_target,                                              const char *symlink_target,
58                                              void *hook);                                              void *hook);
59    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26