Add missing prototypes.

This commit is contained in:
Ralf Corsepius
2008-08-01 05:07:41 +00:00
parent 4ad63f50e2
commit e386ad7265
8 changed files with 25 additions and 23 deletions

View File

@@ -198,7 +198,7 @@ int rtems_ftp_mount_me(
* Initialize the FTP driver
*/
int rtems_bsdnet_initialize_ftp_filesystem ()
int rtems_bsdnet_initialize_ftp_filesystem (void)
{
int status;
rtems_filesystem_mount_table_entry_t *entry;