Added function pack_bits_size.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11436 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer
2005-02-21 17:30:21 +00:00
parent be79e3899d
commit acc60ee067
+2 -1
View File
@@ -6,6 +6,7 @@
#ifndef __PACKBITS_H
#define __PACKBITS_H
int pack_bits(unsigned char *out, unsigned char *in, int bytes);
int pack_bits_size(const unsigned char *in, int bytes);
int pack_bits(unsigned char *out, const unsigned char *in, int bytes);
#endif /* __PACKBITS_H */