From 1eaa99a669c5995ef0167d724fea4b1c34cf4022 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 4 Dec 1999 09:38:38 +0000 Subject: Fix some names. svn path=/trunk/; revision=1203 --- wiretap/snoop.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wiretap/snoop.h') diff --git a/wiretap/snoop.h b/wiretap/snoop.h index 4e104da02f..5ecdec85d5 100644 --- a/wiretap/snoop.h +++ b/wiretap/snoop.h @@ -1,6 +1,6 @@ /* snoop.h * - * $Id: snoop.h,v 1.5 1999/12/04 08:32:13 guy Exp $ + * $Id: snoop.h,v 1.6 1999/12/04 09:38:38 guy Exp $ * * Wiretap Library * Copyright (c) 1998 by Gilbert Ramirez @@ -23,4 +23,4 @@ int snoop_open(wtap *wth, int *err); gboolean snoop_dump_open(wtap_dumper *wdh, int *err); -int snoop_dump_can_dump_encap(int filetype, int encap); +int snoop_dump_can_write_encap(int filetype, int encap); -- cgit v1.2.1