summaryrefslogtreecommitdiffstats
path: root/usr.bin/tic/dump_entry.h
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1999-03-02 06:23:26 +0000
committermillert <millert@openbsd.org>1999-03-02 06:23:26 +0000
commitfeef4803a40c592364b218e74a951c67178917ec (patch)
treeaa10d366e07c2efb3312c722b5ee1db12b239b36 /usr.bin/tic/dump_entry.h
parentIgnore TX interrupts when there are not packets buffered. (diff)
downloadwireguard-openbsd-feef4803a40c592364b218e74a951c67178917ec.tar.xz
wireguard-openbsd-feef4803a40c592364b218e74a951c67178917ec.zip
ncurses-4.2-990301
Diffstat (limited to 'usr.bin/tic/dump_entry.h')
-rw-r--r--usr.bin/tic/dump_entry.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tic/dump_entry.h b/usr.bin/tic/dump_entry.h
index 5a15274a1a7..dffea03745e 100644
--- a/usr.bin/tic/dump_entry.h
+++ b/usr.bin/tic/dump_entry.h
@@ -1,7 +1,7 @@
-/* $OpenBSD: dump_entry.h,v 1.2 1998/11/03 21:59:53 millert Exp $ */
+/* $OpenBSD: dump_entry.h,v 1.3 1999/03/02 06:23:55 millert Exp $ */
/****************************************************************************
- * Copyright (c) 1998 Free Software Foundation, Inc. *
+ * Copyright (c) 1998,1999 Free Software Foundation, Inc. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* copy of this software and associated documentation files (the *
@@ -57,6 +57,6 @@ extern void dump_init(const char *, int, int, int, int, bool);
extern int fmt_entry(TERMTYPE *, int (*)(int, int), bool, bool, bool);
extern int dump_entry(TERMTYPE *, bool, bool, int (*)(int, int));
extern int dump_uses(const char *, bool);
-extern void compare_entry(void (*)(int, int, const char *));
+extern void compare_entry(void (*)(int, int, const char *), TERMTYPE *);
#define FAIL -1