19 #ifndef LIBREPORT_TYPES_H_
20 #define LIBREPORT_TYPES_H_
25 typedef gchar **string_vector_ptr_t;
26 typedef const gchar *
const *const_string_vector_const_ptr_t;
28 GHashTable *libreport_clone_map_string(GHashTable *ms);
29 int libreport_try_get_map_string_item_as_bool(GHashTable *ms,
const char *key,
int *value);