File: init.h

package info (click to toggle)
libhx 5.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,664 kB
  • sloc: ansic: 10,332; sh: 5,230; cpp: 133; makefile: 116
file content (15 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (10)
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 */