blob: 84a3d6aa85863538b0a9133156000bdcd6666e99 [file] [log] [blame]
Harald Welte6eafe912009-10-16 08:32:58 +02001#ifndef _USSD_H
2#define _USSD_H
3
Pablo Neira Ayuso136f4532011-03-22 16:47:59 +01004#include <osmocom/core/msgb.h>
Harald Welte6eafe912009-10-16 08:32:58 +02005
Holger Hans Peter Freytherd42c3f22010-06-17 17:35:57 +08006int handle_rcv_ussd(struct gsm_subscriber_connection *conn, struct msgb *msg);
Harald Welte6eafe912009-10-16 08:32:58 +02007
8#endif