diff options
Diffstat (limited to 'gatchat/gsm0710.h')
-rw-r--r-- | gatchat/gsm0710.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gatchat/gsm0710.h b/gatchat/gsm0710.h index f37624e9..a0605d19 100644 --- a/gatchat/gsm0710.h +++ b/gatchat/gsm0710.h @@ -62,9 +62,6 @@ struct gsm0710_context void (*deliver_status)(struct gsm0710_context *ctx, int channel, int status); void (*debug_message)(struct gsm0710_context *ctx, const char *msg); - void (*open_channel)(struct gsm0710_context *ctx, int channel); - void (*close_channel)(struct gsm0710_context *ctx, int channel); - void (*terminate)(struct gsm0710_context *ctx); int (*packet_filter)(struct gsm0710_context *ctx, int channel, int type, const unsigned char *data, int len); }; |