msgpack/php/msgpack_class.h

8 lines
85 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-09-29 08:47:06 +09:00
void msgpack_init_class();
2010-07-17 18:46:28 +09:00
#endif