2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>

* libnetworking/rtems_servers/ftpd.h: Warning fixes.
This commit is contained in:
Ralf Corsepius
2005-02-03 17:13:10 +00:00
parent 2538e7ae0d
commit f92f5f6c67
3 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/rtems_servers/ftpd.h: Warning fixes.
2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 755/rtems

View File

@@ -18,7 +18,7 @@ enum
FTPD_NO_RW = FTPD_NO_WRITE | FTPD_NO_READ
};
typedef int (*rtems_ftpd_hookfunction)(unsigned char *, unsigned long);
typedef int (*rtems_ftpd_hookfunction)(char *, size_t);
struct rtems_ftpd_hook
{