summaryrefslogtreecommitdiffabout
path: root/gammu/emb/gammu/depend/nokia/dct3trac/wmx-sim.h
Unidiff
Diffstat (limited to 'gammu/emb/gammu/depend/nokia/dct3trac/wmx-sim.h') (more/less context) (show whitespace changes)
-rw-r--r--gammu/emb/gammu/depend/nokia/dct3trac/wmx-sim.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/gammu/emb/gammu/depend/nokia/dct3trac/wmx-sim.h b/gammu/emb/gammu/depend/nokia/dct3trac/wmx-sim.h
new file mode 100644
index 0000000..c42bd5b
--- a/dev/null
+++ b/gammu/emb/gammu/depend/nokia/dct3trac/wmx-sim.h
@@ -0,0 +1,13 @@
1#ifndef WMX_SIM
2
3#define WMX_SIM
4
5 void simCommand_data(unsigned char ins, unsigned char type, unsigned char *buffer, size_t length);
6void simResponse_Process(unsigned char type, unsigned char *buffer, size_t length);
7 void simAnswer_Process(unsigned char type, unsigned char *buffer, size_t length);
8
9#endif
10
11/* How should editor hadle tabs in this file? Add editor commands here.
12 * vim: noexpandtab sw=8 ts=8 sts=8:
13 */