summaryrefslogtreecommitdiffabout
path: root/gammu/emb/gammu/depend/nokia/dct3trac/wmx-sim.h
blob: c42bd5b4896002235bb1f416f7a1ec069a480f1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef WMX_SIM

#define WMX_SIM

void simCommand_data	(unsigned char ins, unsigned char type, unsigned char *buffer, size_t length);
void simResponse_Process(unsigned char type, unsigned char *buffer, size_t length);
void simAnswer_Process	(unsigned char type, unsigned char *buffer, size_t length);

#endif

/* How should editor hadle tabs in this file? Add editor commands here.
 * vim: noexpandtab sw=8 ts=8 sts=8:
 */