summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/ftpfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/rtems/ftpfs.h')
-rw-r--r--cpukit/libnetworking/rtems/ftpfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libnetworking/rtems/ftpfs.h b/cpukit/libnetworking/rtems/ftpfs.h
index c2ac0e839a..e0592394f7 100644
--- a/cpukit/libnetworking/rtems/ftpfs.h
+++ b/cpukit/libnetworking/rtems/ftpfs.h
@@ -30,10 +30,10 @@ extern "C" {
#include <rtems/libio.h>
/* create mount point and mount ftp file system */
- int rtems_bsdnet_initialize_ftp_filesystem () ;
+extern int rtems_bsdnet_initialize_ftp_filesystem (void);
/* FTP File sysem operations table. */
- extern rtems_filesystem_operations_table rtems_ftp_ops;
+extern rtems_filesystem_operations_table rtems_ftp_ops;
#ifdef __cplusplus
}