summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/tftp.h
diff options
context:
space:
mode:
authorMichael Davidsaver <mdavidsaver@gmail.com>2015-07-26 08:56:50 -0400
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-01-26 07:41:38 +0100
commit05d84959f743ba8a9ae70c2960b298d49c8827a3 (patch)
treefb0aabb992e61a509fdcb43bcb73ac2dd4a86747 /cpukit/libnetworking/rtems/tftp.h
parenttftpDriver: apply changes through master (diff)
downloadrtems-05d84959f743ba8a9ae70c2960b298d49c8827a3.tar.bz2
tftpDriver: backport fixes
ensure that node_access is comparable in unmount() Update #2375.
Diffstat (limited to '')
-rw-r--r--cpukit/libnetworking/rtems/tftp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/libnetworking/rtems/tftp.h b/cpukit/libnetworking/rtems/tftp.h
index ae8588deca..2586cf1ab1 100644
--- a/cpukit/libnetworking/rtems/tftp.h
+++ b/cpukit/libnetworking/rtems/tftp.h
@@ -36,7 +36,8 @@ extern "C" {
/*
* Filesystem Mount table entry.
*/
-int rtems_tftpfs_initialize(rtems_filesystem_mount_table_entry_t *temp_mt_entry);
+int rtems_tftpfs_initialize(rtems_filesystem_mount_table_entry_t *temp_mt_entry,
+ const void *data);
#ifdef __cplusplus
}