mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-20 13:33:51 +01:00
8 lines
85 B
C
8 lines
85 B
C
|
|
#ifndef MSGPACK_CLASS_H
|
|
#define MSGPACK_CLASS_H
|
|
|
|
void msgpack_init_class();
|
|
|
|
#endif
|