blob: 59db6fdd25214c97715aec3a4308c37ab3f61c59 [file] [log] [blame]
Roger Meier213a6642010-10-27 12:30:11 +00001#ifndef _THRIFT_H
2#define _THRIFT_H
3
4#ifdef HAVE_CONFIG_H
5#include "config.h"
6#endif
7
8#include <glib.h>
9
10/* this macro is called to satisfy -Wall hardcore compilation */
11#ifndef THRIFT_UNUSED_VAR
12# define THRIFT_UNUSED_VAR(x) ((void) x)
13#endif
14
15void thrift_hash_table_get_keys (gpointer key, gpointer value,
16 gpointer user_data);
17
18#endif // #ifndef _THRIFT_THRIFT_H