summaryrefslogtreecommitdiff
path: root/apps/metadata/metadata_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata/metadata_common.h')
-rw-r--r--apps/metadata/metadata_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/metadata/metadata_common.h b/apps/metadata/metadata_common.h
index c7d7d67dfb..3962e2cd17 100644
--- a/apps/metadata/metadata_common.h
+++ b/apps/metadata/metadata_common.h
@@ -57,6 +57,7 @@ int read_uint64be(int fd, uint64_t* buf);
57#define read_uint64le(fd,buf) read((fd), (buf), 8) 57#define read_uint64le(fd,buf) read((fd), (buf), 8)
58#endif 58#endif
59 59
60uint64_t get_uint64_le(void* buf);
60unsigned long get_long_le(void* buf); 61unsigned long get_long_le(void* buf);
61unsigned short get_short_le(void* buf); 62unsigned short get_short_le(void* buf);
62unsigned long get_long_be(void* buf); 63unsigned long get_long_be(void* buf);