48f5e642747fbd8f6f9a8950de7a91f9ca88a72d
[libcontrac.git] / include / contrac / contrac.h
1 /** \ingroup contrac
2 * @file
3 * @author David Llewellyn-Jones
4 * @version $(VERSION)
5 *
6 * @section LICENSE
7 *
8 *
9 *
10 * @brief
11 * @section DESCRIPTION
12 *
13 *
14 *
15 */
16
17 #ifndef __CONTRAC_H
18 #define __CONTRAC_H
19
20 typedef struct _Contrac Contrac;
21
22 Contrac * contrac_new();
23 void contrac_delete(Contrac * data);
24
25 #endif // __CONTRAC_H
26