summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libnetworking/rtems/ftpfs.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-22 09:46:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-22 09:46:48 +0000
commit2b3e9d9b244e279ef5693a7cf5dacc7903164af5 (patch)
tree955e5242d4d08a8ec747c8350f55003bb9d4b519 /c/src/exec/libnetworking/rtems/ftpfs.h
parentRemove everything. (diff)
downloadrtems-2b3e9d9b244e279ef5693a7cf5dacc7903164af5.tar.bz2
Remove, moved to cpukit.
Diffstat (limited to 'c/src/exec/libnetworking/rtems/ftpfs.h')
-rw-r--r--c/src/exec/libnetworking/rtems/ftpfs.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/c/src/exec/libnetworking/rtems/ftpfs.h b/c/src/exec/libnetworking/rtems/ftpfs.h
deleted file mode 100644
index bcd18a4266..0000000000
--- a/c/src/exec/libnetworking/rtems/ftpfs.h
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * File Transfer Protocol client declarations
- *
- * Transfer file to/from remote host
- *
- *
- * (c) Copyright 2002
- * Thomas Doerfler
- * IMD Ingenieurbuero fuer Microcomputertechnik
- * Herbststr. 8
- * 82178 Puchheim, Germany
- * <Thomas.Doerfler@imd-systems.de>
- *
- * This code has been created after closly inspecting
- * "tftpdriver.c" from Eric Norum.
- *
- * $Id$
- */
-
-#ifndef _FTP_DRIVER_H
-#define _FTP_DRIVER_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
- /* create mount point and mount ftp file system */
- int rtems_bsdnet_initialize_ftp_filesystem () ;
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif