Changeset 17876 for src/router/proftpd/include/xferlog.h
- Timestamp:
- 11/11/11 13:17:43 (19 months ago)
- File:
-
- 1 edited
-
src/router/proftpd/include/xferlog.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/proftpd/include/xferlog.h
r12685 r17876 1 1 /* 2 2 * ProFTPD - FTP server daemon 3 * Copyright (c) 2003 The ProFTPD Project team3 * Copyright (c) 2003-2011 The ProFTPD Project team 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 15 15 * You should have received a copy of the GNU General Public License 16 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 5 9 Temple Place, Suite 330, Boston, MA 02111-1307, USA.17 * Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA. 18 18 * 19 19 * As a special exemption, Public Flood Software/MacGyver aka Habeeb J. Dihu … … 24 24 25 25 /* 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 $ 28 27 */ 29 28 … … 34 33 void xferlog_close(void); 35 34 int xferlog_write(long, const char *, off_t, char *, char, char, char, char *, 36 char );35 char, const char *); 37 36 38 37 #endif /* PR_XFERLOG_H */
Note: See TracChangeset
for help on using the changeset viewer.
