diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-11-04 12:20:20 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-11-04 12:20:20 +0000 |
commit | 0aeebedada3924f59efd910e7da1bf10071bc3fd (patch) | |
tree | a39dbcbee2b69f45f82032227075fd9d6da04b94 /usr.bin/systat/extern.h | |
parent | 63c85a2d1361de3cf21e43d011176c9540067523 (diff) |
simple SIGWINCH handler; deals only with window size changes >= 80x24
Diffstat (limited to 'usr.bin/systat/extern.h')
-rw-r--r-- | usr.bin/systat/extern.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/systat/extern.h b/usr.bin/systat/extern.h index 75c0e1c8a27..cf93d43a021 100644 --- a/usr.bin/systat/extern.h +++ b/usr.bin/systat/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.5 1997/07/15 13:42:05 kstailey Exp $ */ +/* $OpenBSD: extern.h,v 1.6 1997/11/04 12:20:18 kstailey Exp $ */ /* $NetBSD: extern.h,v 1.3 1996/05/10 23:16:34 thorpej Exp $ */ /*- @@ -111,6 +111,7 @@ WINDOW *opennetstat __P((void)); WINDOW *openpigs __P((void)); WINDOW *openswap __P((void)); int prefix __P((char *, char *)); +void resize __P((int)); void showiostat __P((void)); void showkre __P((void)); void showmbufs __P((void)); |