summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/tftp.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2010-06-29 13:03:31 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2010-06-29 13:03:31 +0000
commit55c3939bbb7a1c32b473c06da75d9e2a8687be29 (patch)
tree029a27d26bfdd709908a1b9d629c4b67a9764e1b /cpukit/libnetworking/rtems/tftp.h
parent2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-55c3939bbb7a1c32b473c06da75d9e2a8687be29.tar.bz2
2010-06-29 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libnetworking/lib/tftpDriver.c: rtems_tftp_ops and rtems_tftp_handlers are now const and static. * libnetworking/rtems/tftp.h: Removed rtems_bsdnet_initialize_tftp_filesystem and rtems_tftp_ops.
Diffstat (limited to 'cpukit/libnetworking/rtems/tftp.h')
-rw-r--r--cpukit/libnetworking/rtems/tftp.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/cpukit/libnetworking/rtems/tftp.h b/cpukit/libnetworking/rtems/tftp.h
index 7fb977ffa0..ae8588deca 100644
--- a/cpukit/libnetworking/rtems/tftp.h
+++ b/cpukit/libnetworking/rtems/tftp.h
@@ -38,18 +38,6 @@ extern "C" {
*/
int rtems_tftpfs_initialize(rtems_filesystem_mount_table_entry_t *temp_mt_entry);
-/*
- * Filesystem initialization routine
- */
-
-int rtems_bsdnet_initialize_tftp_filesystem( void );
-
-/*
- * TFTP file system operations table.
- */
-
-extern rtems_filesystem_operations_table rtems_tftp_ops;
-
#ifdef __cplusplus
}
#endif