aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netmon.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1999-12-04 09:38:38 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1999-12-04 09:38:38 +0000
commit36eb383ac1eedbb69d5f25bf8ebe602bb29d905d (patch)
treeb558749e722760b0519d5cded987ddbb0c4fdaa3 /wiretap/netmon.h
parentda88fbf25e7e73a7145c8ec03dd34ac65ed03e5d (diff)
Fix some names.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1203 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wiretap/netmon.h')
-rw-r--r--wiretap/netmon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/netmon.h b/wiretap/netmon.h
index 0efd7abe7d..d63e79c03a 100644
--- a/wiretap/netmon.h
+++ b/wiretap/netmon.h
@@ -1,6 +1,6 @@
/* netmon.h
*
- * $Id: netmon.h,v 1.4 1999/12/04 08:32:12 guy Exp $
+ * $Id: netmon.h,v 1.5 1999/12/04 09:38:38 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
@@ -23,4 +23,4 @@
int netmon_open(wtap *wth, int *err);
gboolean netmon_dump_open(wtap_dumper *wdh, int *err);
-int netmon_dump_can_dump_encap(int filetype, int encap);
+int netmon_dump_can_write_encap(int filetype, int encap);