9
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
cellmgr-ng/include/mgcp_patch.h

10 lines
179 B
C

#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