diff options
Diffstat (limited to 'php/msgpack_class.h')
| -rw-r--r-- | php/msgpack_class.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/php/msgpack_class.h b/php/msgpack_class.h index 00ac9e7..fbebaf4 100644 --- a/php/msgpack_class.h +++ b/php/msgpack_class.h @@ -1,7 +1,7 @@ -#ifndef MSGPACL_CLASS_H -#define MSGPACL_CLASS_H +#ifndef MSGPACK_CLASS_H +#define MSGPACK_CLASS_H -void msgpack_init_class(TSRMLS_DC); +void msgpack_init_class(); #endif |
