blob: 5b1e5dc6ed149c6acf85bec707a20a65d54f39bd [file] [log] [blame]
#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