osmith has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/12479 )

Change subject: vlr_core.h: remove duplicate declarations
......................................................................

vlr_core.h: remove duplicate declarations

Remove vlr_subscr_name() and vlr_subscr_alloc() declarations from
vlr_core.h, as they are already defined in osmocom/msc/vlr.h and vlr.h
gets included on top of vlr_core.h.

Change-Id: I5c029be490577b513395dc3f2c2698f365157e73
---
M src/libvlr/vlr_core.h
1 file changed, 0 insertions(+), 2 deletions(-)

Approvals:
  Neels Hofmeyr: Looks good to me, approved
  Max: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/src/libvlr/vlr_core.h b/src/libvlr/vlr_core.h
index d336b1b..c249dff 100644
--- a/src/libvlr/vlr_core.h
+++ b/src/libvlr/vlr_core.h
@@ -4,10 +4,8 @@

 struct osmo_gsup_message;

-const char *vlr_subscr_name(struct vlr_subscr *vsub);
 int vlr_subscr_req_lu(struct vlr_subscr *vsub) 
__attribute__((warn_unused_result));
 int vlr_subscr_req_sai(struct vlr_subscr *vsub, const uint8_t *auts,
                       const uint8_t *auts_rand) 
__attribute__((warn_unused_result));
-struct vlr_subscr *vlr_subscr_alloc(struct vlr_instance *vlr);
 void vlr_subscr_update_tuples(struct vlr_subscr *vsub,
                              const struct osmo_gsup_message *gsup);

--
To view, visit https://gerrit.osmocom.org/12479
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I5c029be490577b513395dc3f2c2698f365157e73
Gerrit-Change-Number: 12479
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Max <[email protected]>
Gerrit-Reviewer: Neels Hofmeyr <[email protected]>
Gerrit-Reviewer: Stefan Sperling <[email protected]>
Gerrit-Reviewer: Vadim Yanitskiy <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>

Reply via email to