summaryrefslogtreecommitdiff
path: root/usr.bin/msgc/msgdb.c
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1999-07-04 10:13:12 +0000
committercgd <cgd@NetBSD.org>1999-07-04 10:13:12 +0000
commited2a9c9df90ef28aae3bcb1215d75deeb8032e27 (patch)
treefd529802f4eb613fcf2add30ed187bdd56ceea46 /usr.bin/msgc/msgdb.c
parent2e242fe27793cb14a17f4543d4042661aa40c257 (diff)
nuke msg_prompt_str, msg_prompt_addstr, and msg_table (unused), and make
msg_vprintf private.
Diffstat (limited to 'usr.bin/msgc/msgdb.c')
-rw-r--r--usr.bin/msgc/msgdb.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.bin/msgc/msgdb.c b/usr.bin/msgc/msgdb.c
index 12a054369fa..487c2ddb501 100644
--- a/usr.bin/msgc/msgdb.c
+++ b/usr.bin/msgc/msgdb.c
@@ -1,4 +1,4 @@
-/* $NetBSD: msgdb.c,v 1.6 1999/07/04 07:40:51 cgd Exp $ */
+/* $NetBSD: msgdb.c,v 1.7 1999/07/04 10:13:12 cgd Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -150,20 +150,14 @@ write_msg_file ()
"void msg_standend(void);\n"
"void msg_display(int msg_no,...);\n"
"void msg_display_add(int msg_no,...);\n"
- "int msg_vprintf (int auto_fill, char *fmt, va_list ap);\n"
"int msg_printf (char *fmt, ...);\n"
"int msg_printf_add (char *fmt, ...);\n"
- "void msg_prompt_str (char *msg, char *def, char *val,"
- " int max_chars, ...);\n"
"void msg_prompt (int msg_no, char *def, char *val,"
" int max_chars, ...);\n"
- "void msg_prompt_addstr (char *msg, char *def, char *val,"
- "int max_chars, ...);\n"
"void msg_prompt_add (int msg_no, char *def, char *val,"
" int max_chars, ...);\n"
"void msg_echo (void);\n"
"void msg_noecho (void);\n"
- "void msg_table(int msg_no,...);\n"
"void msg_table_add(int msg_no,...);\n"
"\n"
"/* Message names */\n"