Module Name: src
Committed By: rin
Date: Fri Dec 1 18:35:58 UTC 2017
Modified Files:
src/external/bsd/nvi/dist/common: common.h
Log Message:
Remove ex_printf duplicate with ex_extern.h.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/nvi/dist/common/common.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/nvi/dist/common/common.h
diff -u src/external/bsd/nvi/dist/common/common.h:1.3 src/external/bsd/nvi/dist/common/common.h:1.4
--- src/external/bsd/nvi/dist/common/common.h:1.3 Tue Jan 7 02:14:02 2014
+++ src/external/bsd/nvi/dist/common/common.h Fri Dec 1 18:35:58 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: common.h,v 1.3 2014/01/07 02:14:02 joerg Exp $ */
+/* $NetBSD: common.h,v 1.4 2017/12/01 18:35:58 rin Exp $ */
/*-
* Copyright (c) 1991, 1993, 1994
* The Regents of the University of California. All rights reserved.
@@ -57,8 +57,6 @@ typedef struct _tagq TAGQ;
typedef struct _text TEXT;
typedef struct _win WIN;
-int ex_printf(SCR *, const char *, ...) __printflike(2, 3);
-
/* Autoindent state. */
typedef enum { C_NOTSET, C_CARATSET, C_ZEROSET } carat_t;