diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-01-09 05:51:09 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-01-09 05:51:09 +0000 |
commit | a7b4e7840a7da6ff3cd104be2b436ad091f16177 (patch) | |
tree | 122f5eb75a50f99bd07416e361638338f47e7925 /gnu/usr.sbin | |
parent | 91a735fac0ce719886fb34627384ff7c0075621a (diff) |
Remove duplicate (and slightly conflicting) prototype of sm_vfscanf().
Found by brad@
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r-- | gnu/usr.sbin/sendmail/libsm/local.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/usr.sbin/sendmail/libsm/local.h b/gnu/usr.sbin/sendmail/libsm/local.h index 93b21c27ade..21777ddfab9 100644 --- a/gnu/usr.sbin/sendmail/libsm/local.h +++ b/gnu/usr.sbin/sendmail/libsm/local.h @@ -37,7 +37,6 @@ int sm_wsetup __P((SM_FILE_T *)); int sm_flags __P((int)); SM_FILE_T *sm_fp __P((const SM_FILE_T *, const int, SM_FILE_T *)); int sm_vprintf __P((int, char const *, va_list)); -int sm_vfscanf __P((SM_FILE_T *, int, char const *, va_list)); /* std io functions */ ssize_t sm_stdread __P((SM_FILE_T *, char *, size_t)); |