blob: 84a3d6aa85863538b0a9133156000bdcd6666e99 [file] [log] [blame]
#ifndef _USSD_H
#define _USSD_H
#include <osmocom/core/msgb.h>
int handle_rcv_ussd(struct gsm_subscriber_connection *conn, struct msgb *msg);
#endif