From d3daad1bece013f48694ec0f3c26453809c6e495 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 8 Apr 2003 17:20:05 +0000 Subject: Add "proto_tree_add_none_format()" to the set of functions exported to plugins. svn path=/trunk/; revision=7423 --- plugins/plugin_api.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/plugin_api.h') diff --git a/plugins/plugin_api.h b/plugins/plugin_api.h index 04fb8c5c3d..af09fdeeff 100644 --- a/plugins/plugin_api.h +++ b/plugins/plugin_api.h @@ -1,7 +1,7 @@ /* plugin_api.h * Routines for Ethereal plugins. * - * $Id: plugin_api.h,v 1.45 2003/03/06 09:01:45 sahlberg Exp $ + * $Id: plugin_api.h,v 1.46 2003/04/08 17:20:05 guy Exp $ * * Ethereal - Network traffic analyzer * Copyright 2000 by Gilbert Ramirez @@ -82,6 +82,7 @@ #define proto_item_add_subtree (*p_proto_item_add_subtree) #define proto_tree_add_item (*p_proto_tree_add_item) #define proto_tree_add_item_hidden (*p_proto_tree_add_item_hidden) +#define proto_tree_add_none_format (*p_proto_tree_add_none_format) #define proto_tree_add_protocol_format (*p_proto_tree_add_protocol_format) #define proto_tree_add_bytes (*p_proto_tree_add_bytes) #define proto_tree_add_bytes_hidden (*p_proto_tree_add_bytes_hidden) -- cgit v1.2.3