mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
8 lines
94 B
C
8 lines
94 B
C
|
|
|
||
|
|
#ifndef MSGPACL_CLASS_H
|
||
|
|
#define MSGPACL_CLASS_H
|
||
|
|
|
||
|
|
void msgpack_init_class(TSRMLS_DC);
|
||
|
|
|
||
|
|
#endif
|