From 83361bd963b1e04bbbd8375173cb052c1b9a971a Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 5 Jul 2018 02:59:28 +0200 Subject: gprs_ns.h: Declare gprs_ns_cause_str() which already existed in c file Change-Id: Ia95f0cc8d110f95814173bb5a1c11bd85d8cd533 --- include/osmocom/gprs/gprs_ns.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osmocom/gprs') diff --git a/include/osmocom/gprs/gprs_ns.h b/include/osmocom/gprs/gprs_ns.h index 7b95099c..c97b2004 100644 --- a/include/osmocom/gprs/gprs_ns.h +++ b/include/osmocom/gprs/gprs_ns.h @@ -214,6 +214,7 @@ enum signal_ns { }; extern const struct value_string gprs_ns_signal_ns_names[]; +const char *gprs_ns_cause_str(enum ns_cause cause); struct ns_signal_data { struct gprs_nsvc *nsvc; -- cgit v1.2.3