msgpack/php/msgpack_class.h
2010-12-27 11:09:14 +09:00

10 lines
126 B
C

#ifndef MSGPACK_CLASS_H
#define MSGPACK_CLASS_H
#define MSGPACK_CLASS_OPT_PHPONLY -1001
void msgpack_init_class();
#endif