make bytesRequiredForCodeLength method visible in header

This commit is contained in:
Stephen Birarda 2013-03-15 14:33:21 -07:00
parent e8ebaeb497
commit 970daa511d

View file

@ -12,6 +12,7 @@
#include <iostream>
void printOctalCode(unsigned char * octalCode);
int bytesRequiredForCodeLength(unsigned char threeBitCodes);
unsigned char * childOctalCode(unsigned char * parentOctalCode, char childNumber);
#endif /* defined(__hifi__OctalCode__) */