aboutsummaryrefslogtreecommitdiff
path: root/lib/endian.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-12-31 11:40:16 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-12-31 12:05:36 +0000
commit920e684d4082e0ebed900e79d5523cf14fbf05b2 (patch)
tree1b1f96fefe6fdd2e80bcf255017e7c216ef81728 /lib/endian.h
parent81951d98748188fd57c07435fa74c505db6a0ba7 (diff)
endian: Moved read functions to new module
Diffstat (limited to 'lib/endian.h')
-rw-r--r--lib/endian.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/endian.h b/lib/endian.h
index fd175745a..994b5dbd9 100644
--- a/lib/endian.h
+++ b/lib/endian.h
@@ -22,4 +22,7 @@
*
***************************************************************************/
+unsigned short readshort_le(unsigned char *buf);
+unsigned int readint_le(unsigned char *buf);
+
#endif /* HEADER_CURL_ENDIAN_H */