summaryrefslogtreecommitdiffstats
path: root/c/src/libmisc/shell/telnetd.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-06-14 13:34:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-06-14 13:34:53 +0000
commit8e2b4deb2ab029a2a80fe8627449a74131b5b48b (patch)
treefd59af8e4abbebb81f0caab662c11b1c7cad3aef /c/src/libmisc/shell/telnetd.h
parent2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-8e2b4deb2ab029a2a80fe8627449a74131b5b48b.tar.bz2
2001-06-14 Joel Sherrill <joel@OARcorp.com>
* shell/telnetd.c, shell/telnetd.h: Moved to libnetworking/rtems_servers so the network stack to address network depenendency. * shell/Makefile.am: Modified to reflect above.
Diffstat (limited to '')
-rw-r--r--c/src/libmisc/shell/telnetd.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/c/src/libmisc/shell/telnetd.h b/c/src/libmisc/shell/telnetd.h
deleted file mode 100644
index fa710151bf..0000000000
--- a/c/src/libmisc/shell/telnetd.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * $Id$
- */
-
-#ifndef __TELNETD_H
-#define __TELNETD_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-int rtems_initialize_telnetd(void);
-int main_telnetd(int argc,char * argv[]);
-int register_telnetd(void);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif