Restoring user level function gcal_contact_phone() and
[libgcal.git] / utests / utest_edit.h
blob73af80ef8abb8002bcb675ea23c6a035dbd1269e
1 #ifndef __UTEST_EDIT__
2 #define __UTEST_EDIT__
3 /*
4 * @file utest_edit.h
5 * @author Adenilson Cavalcanti da Silva <adenilson.silva@indt.org.br>
6 * @date Tue Apr 8 09:09:25 2008
8 * @brief Module for tests for edit/add/delete
9 */
11 #include <check.h>
13 TCase *edit_tcase_create(void);
16 #endif