summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/rtems_telnetd/telnetd.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-26 01:18:44 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-26 01:18:44 +0000
commit0335d03947f371c7b403426b1d945e51444c34e6 (patch)
tree454f24e51f653b27c5e25adc9e505bd6ea45d0e8 /c/src/libnetworking/rtems_telnetd/telnetd.h
parent2005-10-25 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-0335d03947f371c7b403426b1d945e51444c34e6.tar.bz2
Remove
Diffstat (limited to '')
-rw-r--r--c/src/libnetworking/rtems_telnetd/telnetd.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/c/src/libnetworking/rtems_telnetd/telnetd.h b/c/src/libnetworking/rtems_telnetd/telnetd.h
deleted file mode 100644
index 01c7e58409..0000000000
--- a/c/src/libnetworking/rtems_telnetd/telnetd.h
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * (A first version for telnetd)
- *
- * Author: Fernando RUIZ CASAS (fernando.ruiz@ctv.es)
- * May 2001
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- *
- * rtems_initialize_telnetd() starts the daemon.
- * main_telnetd() is the main_proc for the command telnetd in the shell
- * register_telnetd() add a new command in the shell to start
- * interactively the telnetd daemon.
- *
- * $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