File: msgpack_convert.h

package info (click to toggle)
php-msgpack 0.5.5-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,396 kB
  • ctags: 361
  • sloc: ansic: 3,937; xml: 333; php: 18; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9

#ifndef MSGPACK_CONVERT_H
#define MSGPACK_CONVERT_H

int msgpack_convert_object(zval *return_value, zval *object, zval **value);
int msgpack_convert_array(zval *return_value, zval *tpl, zval **value);
int msgpack_convert_template(zval *return_value, zval *tpl, zval **value);

#endif