summaryrefslogtreecommitdiffabout
path: root/gammu/emb/gammu/depend/nokia/dct3trac/wmx-util.h
Unidiff
Diffstat (limited to 'gammu/emb/gammu/depend/nokia/dct3trac/wmx-util.h') (more/less context) (ignore whitespace changes)
-rw-r--r--gammu/emb/gammu/depend/nokia/dct3trac/wmx-util.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/gammu/emb/gammu/depend/nokia/dct3trac/wmx-util.h b/gammu/emb/gammu/depend/nokia/dct3trac/wmx-util.h
new file mode 100644
index 0000000..8c15df0
--- a/dev/null
+++ b/gammu/emb/gammu/depend/nokia/dct3trac/wmx-util.h
@@ -0,0 +1,11 @@
1#ifndef WMX_UTIL_INCLUDED
2#define WMX_UTIL_INCLUDED
3
4void dumpraw(char *str, unsigned char *buffer, size_t length);
5void binstr(char *dest, unsigned int value, int len);
6
7#endif
8
9/* How should editor hadle tabs in this file? Add editor commands here.
10 * vim: noexpandtab sw=8 ts=8 sts=8:
11 */