summaryrefslogtreecommitdiff
path: root/usr.bin/msgc/msgdb.c
diff options
context:
space:
mode:
authorveego <veego@NetBSD.org>1999-04-25 09:10:07 +0000
committerveego <veego@NetBSD.org>1999-04-25 09:10:07 +0000
commit635cf4e57c04552a902e07e2f4c1a18fcdfcf0de (patch)
tree5204cdc05369916deb3aa401fa75f148710bb69d /usr.bin/msgc/msgdb.c
parenta8743ef778dbf5b66d424339c2bf6597d46ac03f (diff)
It was a bad idea to call a function 'beep'.
Rename it to msg_beep to avoid conflicts with the new curses.h.
Diffstat (limited to 'usr.bin/msgc/msgdb.c')
-rw-r--r--usr.bin/msgc/msgdb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/msgc/msgdb.c b/usr.bin/msgc/msgdb.c
index d66d7a1ccb1..dccbd4bd213 100644
--- a/usr.bin/msgc/msgdb.c
+++ b/usr.bin/msgc/msgdb.c
@@ -1,4 +1,4 @@
-/* $NetBSD: msgdb.c,v 1.2 1997/10/03 16:37:25 enami Exp $ */
+/* $NetBSD: msgdb.c,v 1.3 1999/04/25 09:10:07 veego Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -146,7 +146,7 @@ write_msg_file ()
"#include <curses.h>\n"
"\n"
"/* Prototypes */\n"
- "void beep(void);\n"
+ "void msg_beep(void);\n"
"void msg_window(WINDOW *window);\n"
"char *msg_string (int msg_no);\n"
"void msg_clear(void);\n"