repo.or.cz
/
libgcal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added support for Instant Messaging, fixed mem leaks, documentation.
[libgcal.git]
/
utests
/
utest_xpath.h
blob
fd88821e43fc1e7d8382f31152545ce610f6184a
1
#ifndef __UTEST_XPATH__
2
#define __UTEST_XPATH__
3
/*
4
* @file utest_gcal.h
5
* @author Adenilson Cavalcanti da Silva <adenilson.silva@indt.org.br>
6
* @date Thu Mar 27 2008
7
*
8
* @brief Header module for xpath utests.
9
*
10
*/
11
12
13
#include <check.h>
14
15
TCase
*
xpath_tcase_create
(
void
);
16
17
18
#endif