blob: 657bf0f013c0179b10d8c35b99f9e68db9a89f88 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- tcpview.h.orig 1993-04-22 20:48:09 UTC
+++ tcpview.h
@@ -97,8 +97,8 @@ void perror();
void perror();
#endif
-void iprint(); /* print Motif information */
-void eprint(); /* print Motif error */
+void iprint(char *, ...); /* print Motif information */
+void eprint(char *, ...); /* print Motif error */
void detail_ether();
void detail_tcp();
|