/usr/include/libHX/init.h is in libhx-dev 3.22-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 */
|