blob: 5b1e5dc6ed149c6acf85bec707a20a65d54f39bd [file] [log] [blame]
Holger Hans Peter Freytherb1dfc462011-09-15 19:30:20 +02001#ifndef MGCP_PATCH_H
2#define MGCP_PATCH_H
3
4#include <osmocom/core/msgb.h>
5
6struct ss7_application;
7struct msgb *mgcp_patch(struct ss7_application *app, struct msgb *msg);
8
9#endif