mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 18:29:53 +00:00
7 lines
85 B
C
7 lines
85 B
C
|
|
#ifndef MSGPACK_CLASS_H
|
|
#define MSGPACK_CLASS_H
|
|
|
|
void msgpack_init_class();
|
|
|
|
#endif
|