libosmo-sccp/src/ss7_internal.h

10 lines
303 B
C

#pragma once
/* Internal header used by libosmo-sccp, not available publicly for lib users */
#include <stdbool.h>
#include <osmocom/sigtran/osmo_ss7.h>
bool osmo_ss7_asp_set_default_peer_hosts(struct osmo_ss7_asp *asp);
bool osmo_ss7_xua_server_set_default_local_hosts(struct osmo_xua_server *oxs);