| Roger Meier | 213a664 | 2010-10-27 12:30:11 +0000 | [diff] [blame] | 1 | #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 | |||||
| 15 | void thrift_hash_table_get_keys (gpointer key, gpointer value, | ||||
| 16 | gpointer user_data); | ||||
| 17 | |||||
| 18 | #endif // #ifndef _THRIFT_THRIFT_H | ||||