forked from Imagelibrary/rtems
2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/rtems_servers/ftpd.h: Warning fixes.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user