mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 13:02:13 +01: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
|