summaryrefslogtreecommitdiff
path: root/usr.bin/sed/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/sed/extern.h')
-rw-r--r--usr.bin/sed/extern.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.bin/sed/extern.h b/usr.bin/sed/extern.h
index 32b68a1ee9bf..ed0c9bd3bb2a 100644
--- a/usr.bin/sed/extern.h
+++ b/usr.bin/sed/extern.h
@@ -1,7 +1,7 @@
/*-
* Copyright (c) 1992 Diomidis Spinellis.
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ * The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Diomidis Spinellis of Imperial College, University of London.
@@ -34,7 +34,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)extern.h 5.5 (Berkeley) 8/30/92
+ * from: @(#)extern.h 8.1 (Berkeley) 6/6/93
+ * $Id: extern.h,v 1.2 1994/04/17 09:41:41 alm Exp $
*/
extern struct s_command *prog;
@@ -47,7 +48,9 @@ extern int lastline;
extern int aflag, eflag, nflag;
extern char *fname;
+void cfclose __P((struct s_command *, struct s_command *));
void compile __P((void));
+void cspace __P((SPACE *, char *, size_t, enum e_spflag));
char *cu_fgets __P((char *, int));
void err __P((int, const char *, ...));
int mf_fgets __P((SPACE *, enum e_spflag));
@@ -55,5 +58,3 @@ void process __P((void));
char *strregerror __P((int, regex_t *));
void *xmalloc __P((u_int));
void *xrealloc __P((void *, u_int));
-void cfclose __P((struct s_command *, struct s_command *));
-void cspace __P((SPACE *, char *, size_t, enum e_spflag));