init
This commit is contained in:
12
include/drfstream/drfstream.hpp
Normal file
12
include/drfstream/drfstream.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef EXPORT_HPP
|
||||
#define EXPORT_HPP
|
||||
|
||||
extern "C"{
|
||||
|
||||
char* encode(const char* srcData, const unsigned int dataLength, unsigned int* resultLength);
|
||||
|
||||
char* decode(const char* srcData, const unsigned int dataLength, unsigned int* resultLength);
|
||||
|
||||
}
|
||||
|
||||
#endif // EXPORT_HPP
|
Reference in New Issue
Block a user