summaryrefslogtreecommitdiffhomepage
path: root/termcodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'termcodes.h')
-rw-r--r--termcodes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/termcodes.h b/termcodes.h
index 00792ea..cd76b7f 100644
--- a/termcodes.h
+++ b/termcodes.h
@@ -22,8 +22,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE. */
-#ifndef _TERMCODES_H_
-#define _TERMCODES_H_
+#ifndef DROPBEAR_TERMCODES_H_
+#define DROPBEAR_TERMCODES_H_
#define TERMCODE_NONE 0
#define TERMCODE_CONTROL 1
@@ -43,4 +43,4 @@ struct TermCode {
extern const struct TermCode termcodes[];
-#endif /* _TERMCODES_H_ */
+#endif /* DROPBEAR_TERMCODES_H_ */