Pointing where valgrind says that there is a remaining
[libgcal.git] / utests / utest_debug.h
blob4cd7c42a26299abf1601058f633fb3d22b13f912
1 #ifndef __UTEST_GDEBUG__
2 #define __UTEST_GDEBUG__
4 /*
5 * @file utest_contact.h
6 * @author Adenilson Cavalcanti da Silva <adenilson.silva@indt.org.br>
7 * @date Started on Jun 13 2008
9 * @brief Header module for libgcal debug functions.
12 #include <check.h>
14 TCase *gcaldebug_tcase_create(void);
17 #endif