diff options
| author | cgd <cgd@NetBSD.org> | 1999-07-04 22:55:48 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1999-07-04 22:55:48 +0000 |
| commit | 4515ccfe3e1009117a2665d4fbf42e190e8a7954 (patch) | |
| tree | f056d1e9d182947ef94ee9aa21f2641ce19f101f /usr.bin/msgc/msgdb.c | |
| parent | b62c0ee8ad1681a6d0e08bd516a2d152d288ba74 (diff) | |
nuke msg_printf() and msg_printf_add().
Diffstat (limited to 'usr.bin/msgc/msgdb.c')
| -rw-r--r-- | usr.bin/msgc/msgdb.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/msgc/msgdb.c b/usr.bin/msgc/msgdb.c index 9ec801dde6b..bfd77d6497e 100644 --- a/usr.bin/msgc/msgdb.c +++ b/usr.bin/msgc/msgdb.c @@ -1,4 +1,4 @@ -/* $NetBSD: msgdb.c,v 1.10 1999/07/04 21:30:15 cgd Exp $ */ +/* $NetBSD: msgdb.c,v 1.11 1999/07/04 22:55:48 cgd Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -151,8 +151,6 @@ write_msg_file () "void msg_standend(void);\n" "void msg_display(msg msg_no,...);\n" "void msg_display_add(msg msg_no,...);\n" - "int msg_printf (const char *fmt, ...);\n" - "int msg_printf_add (const char *fmt, ...);\n" "void msg_prompt (msg msg_no, const char *def," " char *val, int max_chars, ...);\n" "void msg_prompt_add (msg msg_no, const char *def," |
