Skip to content

Commit

Permalink
includes: add forward declartion of external types
Browse files Browse the repository at this point in the history
Change-Id: Ifbf0a045a6391694155f6627967f2d92b930d765
  • Loading branch information
lynxis committed Aug 4, 2024
1 parent c05dad1 commit 9650961
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/osmocom/sgsn/gprs_bssgp.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

#include <osmocom/core/msgb.h>

struct osmo_prim_hdr;
struct sgsn_mm_ctx;

/* Called by bssgp layer when a prim is received from lower layers. */
int sgsn_bssgp_rx_prim(struct osmo_prim_hdr *oph);

Expand Down

0 comments on commit 9650961

Please sign in to comment.