mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00:00
10 lines
126 B
C
10 lines
126 B
C
|
|
#ifndef MSGPACK_CLASS_H
|
|
#define MSGPACK_CLASS_H
|
|
|
|
#define MSGPACK_CLASS_OPT_PHPONLY -1001
|
|
|
|
void msgpack_init_class();
|
|
|
|
#endif
|