Unit test stuff on new contact fields.
[libgcal.git] / utests / utest_query.h
blob7390e0f153def9a8553ec17ec924bad837278fc6
1 #ifndef __UTEST_GCAL_QUERY__
2 #define __UTEST_GCAL_QUERY__
4 /*
5 * @file utest_query.h
6 * @author Adenilson Cavalcanti <adenilson.silva@indt.org.br>
7 * @date Wed Jun 18 20:26:43 2008
9 * @brief Header moudle for google services queries
14 #include <check.h>
16 TCase *gcal_query_tcase_create(void);
19 #endif