summaryrefslogtreecommitdiff
path: root/include/libHX/init.h
blob: c584209a775b2810a4a1b154541b032bbef98bd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _LIBHX_INIT_H
#define _LIBHX_INIT_H 1

#ifdef __cplusplus
extern "C" {
#endif

extern int HX_init(void);
extern void HX_exit(void);

#ifdef __cplusplus
} /* extern "C" */
#endif

#endif /* _LIBHX_INIT_H */