grim/gplate

4e8d21e4d53d
rewording so vim syntax highlighting doesn't blow up
#ifndef TEST_COLLECTION_H
#define TEST_COLLECTION_H
#include <glib.h>
#include <gplate/gplate.h>
G_BEGIN_DECLS
void test_collection_lookup(GPlateCollection *collection, const gchar *name, const gchar *expected);
void test_collection_lookup_int(GPlateCollection *collection, const gchar *name, gint expected);
G_END_DECLS
#endif /* TEST_COLLECTION_H */