msgpack/php/msgpack_class.h

10 lines
126 B
C
Raw Normal View History

2010-07-17 18:46:28 +09:00
2010-09-29 08:47:06 +09:00
#ifndef MSGPACK_CLASS_H
#define MSGPACK_CLASS_H
2010-07-17 18:46:28 +09:00
2010-12-27 11:09:14 +09:00
#define MSGPACK_CLASS_OPT_PHPONLY -1001
2010-09-29 08:47:06 +09:00
void msgpack_init_class();
2010-07-17 18:46:28 +09:00
#endif