summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd/telnetd.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-25 14:19:45 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-25 14:19:45 +0000
commit7906167926e8dc3c312191c19d9bbae5d56b82ce (patch)
treedeb1263f0368855c727556d2502e7d8c7f4f984d /cpukit/telnetd/telnetd.h
parentMake many functions static. (diff)
downloadrtems-7906167926e8dc3c312191c19d9bbae5d56b82ce.tar.bz2
2005-10-25 Ralf Corsepius <ralf.corsepius@rtems.org>
* telnetd/icmds.c: Rename register_icmds to _rtems_telnet_register_icmds. Make main_* functions static. * telnetd/pty.c: Make many functions static. Rename rtems_telnetd_maximum_ptys to rtems_pty_maximum_ptys. * telnetd/pty.h: Reflect changes above. Rename get_pty to rtems_pty_get. New header guards. * telnetd/telnetd.c: Reflect changes above. * telnetd/telnetd.h: New header guards.
Diffstat (limited to '')
-rw-r--r--cpukit/telnetd/telnetd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/telnetd/telnetd.h b/cpukit/telnetd/telnetd.h
index 102f59feae..c8c068c9fb 100644
--- a/cpukit/telnetd/telnetd.h
+++ b/cpukit/telnetd/telnetd.h
@@ -16,8 +16,8 @@
* $Id$
*/
-#ifndef __TELNETD_H
-#define __TELNETD_H
+#ifndef _RTEMS_TELNETD_H
+#define _RTEMS_TELNETD_H
#ifdef __cplusplus
extern "C" {