.
This commit is contained in:
10
ext/polycom/polyvbyte.h
Normal file
10
ext/polycom/polyvbyte.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
unsigned char *vbpolyenc(unsigned *in, unsigned n, unsigned char *out);
|
||||
unsigned char *vbpolydec(unsigned char *in, unsigned n, unsigned *out);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user