aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/silent_call.h
blob: 53ed4e248c2922e283446d69776966c022a99969 (plain)
1
2
3
4
5
6
7
#ifndef _SILENT_CALL_H
#define _SILENT_CALL_H

extern int gsm_silent_call_start(struct gsm_subscriber *subscr, void *data);
extern int gsm_silent_call_stop(struct gsm_subscriber *subscr);

#endif /* _SILENT_CALL_H */