From: Keith Bostic Date: Thu, 29 Apr 1993 09:24:07 +0000 (-0800) Subject: declare u_pop_n_swap X-Git-Tag: BSD-4_4-Snapshot-Development~1890 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/b7ee8ac273b77666b97eea688ba3d2c02c11edb3 declare u_pop_n_swap SCCS-vsn: contrib/ed/extern.h 5.3 --- diff --git a/usr/src/contrib/ed/extern.h b/usr/src/contrib/ed/extern.h index f554f727c4..a0b8ae0f00 100644 --- a/usr/src/contrib/ed/extern.h +++ b/usr/src/contrib/ed/extern.h @@ -4,7 +4,7 @@ * * %sccs.include.redist.c% * - * @(#)extern.h 5.2 (Berkeley) %G% + * @(#)extern.h 5.3 (Berkeley) %G% */ #include @@ -68,6 +68,7 @@ void t __P((FILE *, int *)); void u __P((FILE *, int *)); void u_add_stk __P((LINE **)); void u_clr_stk __P((void)); +void u_pop_n_swap __P((LINE **)); void undo __P((void)); __dead void do_hup __P((void)); void w __P((FILE *, int *));