Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/10336 )
Change subject: msc/rrlp.h: use #pragma once include guard ...................................................................... msc/rrlp.h: use #pragma once include guard Change-Id: Ie68b2092a0a9ceae3519ab9059ac2c1e3d8d7450 --- M include/osmocom/msc/rrlp.h 1 file changed, 1 insertion(+), 5 deletions(-) Approvals: Jenkins Builder: Verified Harald Welte: Looks good to me, approved diff --git a/include/osmocom/msc/rrlp.h b/include/osmocom/msc/rrlp.h index c89402a..5071a7f 100644 --- a/include/osmocom/msc/rrlp.h +++ b/include/osmocom/msc/rrlp.h @@ -1,7 +1,3 @@ -#ifndef _RRLP_H -#define _RRLP_H +#pragma once void on_dso_load_rrlp(void); - -#endif /* _RRLP_H */ - -- To view, visit https://gerrit.osmocom.org/10336 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: Ie68b2092a0a9ceae3519ab9059ac2c1e3d8d7450 Gerrit-Change-Number: 10336 Gerrit-PatchSet: 1 Gerrit-Owner: Vadim Yanitskiy <[email protected]> Gerrit-Reviewer: Harald Welte <[email protected]> Gerrit-Reviewer: Jenkins Builder
