diff options
author | Linus Walleij <triad@df.lth.se> | 2006-02-15 09:40:43 +0000 |
---|---|---|
committer | Linus Walleij <triad@df.lth.se> | 2006-02-15 09:40:43 +0000 |
commit | b9256fd19e26a86ce8dedb9284684fd8b13de2e1 (patch) | |
tree | 609d583dcaf3918f2318e5f8fc3b4b45b079d16d /src/util.h | |
parent | 6d6d8f6da283af6cda880ac06677cf947ccf81cf (diff) | |
download | libmtp-b9256fd19e26a86ce8dedb9284684fd8b13de2e1.tar.gz |
FIxes put in.
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h new file mode 100644 index 0000000..3f41df3 --- /dev/null +++ b/src/util.h @@ -0,0 +1,7 @@ +#ifndef __MTP__UTIL__H +#define __MTP__UTIL__H + +void data_dump(FILE *f, void *buf, uint32_t nbytes); +void data_dump_ascii (FILE *f, void *buf, uint32_t n, uint32_t dump_boundry); + +#endif //__MTP__UTIL__H |