Updates to reflect revision 4 of ethereal-win32-libs.
[obnox/wireshark/wip.git] / filters.h
index bf0a000e3895f25cce6de1cba33f134251bc5a7f..d059c8cc8027207d6818e78999143aeef4204ced 100644 (file)
--- a/filters.h
+++ b/filters.h
@@ -1,23 +1,23 @@
 /* filters.c
  * Declarations of routines for reading and writing the filters file.
  *
 /* filters.c
  * Declarations of routines for reading and writing the filters file.
  *
- * $Id: filters.h,v 1.2 2001/01/28 09:13:07 guy Exp $
+ * $Id$
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@zing.org>
  * Copyright 1998 Gerald Combs
  *
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@zing.org>
  * Copyright 1998 Gerald Combs
  *
- * 
+ *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
  * as published by the Free Software Foundation; either version 2
  * of the License, or (at your option) any later version.
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
  * as published by the Free Software Foundation; either version 2
  * of the License, or (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
@@ -59,8 +59,8 @@ GList *get_filter_list_first(filter_list_type_t list);
  * Add a new filter to the end of a list.
  * Returns a pointer to the newly-added entry.
  */
  * Add a new filter to the end of a list.
  * Returns a pointer to the newly-added entry.
  */
-GList *add_to_filter_list(filter_list_type_t list, char *name,
-    char *expression);
+GList *add_to_filter_list(filter_list_type_t list, const char *name,
+    const char *expression);
 
 /*
  * Remove a filter from a list.
 
 /*
  * Remove a filter from a list.