Avoid colliding definitions of wmem_tree_t.

Change-Id: I643eae3c35f96591770ab03ce44a85c806f17e1c
Reviewed-on: https://code.wireshark.org/review/12119
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2015-11-24 15:40:44 -08:00
parent 2f73ac0c8c
commit b9c50236af
1 changed files with 1 additions and 4 deletions

View File

@ -24,6 +24,7 @@
#ifndef __WMEM_TREE_INT_H__
#define __WMEM_TREE_INT_H__
#include <epan/wmem/wmem_tree.h>
#ifdef __cplusplus
extern "C" {
@ -65,10 +66,6 @@ struct _wmem_tree_t {
void (*post_rotation_cb)(wmem_tree_node_t *);
};
typedef struct _wmem_tree_t wmem_tree_t;
typedef int (*compare_func)(const void *a, const void *b);
wmem_tree_node_t *