Ignore:
Timestamp:
11/11/11 13:17:43 (19 months ago)
Author:
BrainSlayer
Message:

update proftp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/proftpd/include/xferlog.h

    r12685 r17876  
    11/* 
    22 * ProFTPD - FTP server daemon 
    3  * Copyright (c) 2003 The ProFTPD Project team 
     3 * Copyright (c) 2003-2011 The ProFTPD Project team 
    44 * 
    55 * This program is free software; you can redistribute it and/or modify 
     
    1515 * You should have received a copy of the GNU General Public License 
    1616 * along with this program; if not, write to the Free Software 
    17  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA. 
     17 * Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA. 
    1818 * 
    1919 * As a special exemption, Public Flood Software/MacGyver aka Habeeb J. Dihu 
     
    2424 
    2525/* TransferLog routines 
    26  * 
    27  * $Id: xferlog.h,v 1.1 2003/11/09 22:19:45 castaglia Exp $ 
     26 * $Id: xferlog.h,v 1.3 2011/05/23 20:35:35 castaglia Exp $ 
    2827 */ 
    2928 
     
    3433void xferlog_close(void); 
    3534int xferlog_write(long, const char *, off_t, char *, char, char, char, char *, 
    36   char); 
     35  char, const char *); 
    3736 
    3837#endif /* PR_XFERLOG_H */ 
Note: See TracChangeset for help on using the changeset viewer.