File: msgpack_class.h

package info (click to toggle)
php-msgpack 2.1.2%2B0.5.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,544 kB
  • sloc: ansic: 7,749; xml: 800; php: 18; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9

#ifndef MSGPACK_CLASS_H
#define MSGPACK_CLASS_H

#define MSGPACK_CLASS_OPT_PHPONLY -1001

void msgpack_init_class();

#endif