aboutsummaryrefslogtreecommitdiffstats
path: root/include/mgcp_patch.h
blob: 5b1e5dc6ed149c6acf85bec707a20a65d54f39bd (plain)
1
2
3
4
5
6
7
8
9
#ifndef MGCP_PATCH_H
#define MGCP_PATCH_H

#include <osmocom/core/msgb.h>

struct ss7_application;
struct msgb *mgcp_patch(struct ss7_application *app, struct msgb *msg);

#endif