/usr/include/osmocom/abis/abis.h is in libosmo-abis-dev 0.3.2+20151106git86fc3c8-3.
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 | #ifndef _OSMO_ABIS_H_
#define _OSMO_ABIS_H_
void libosmo_abis_init(void *ctx);
#endif
|