430081705b5dfdab02fd3e3be2235e5604e03dc4
[citadel.git] / citadel / include / php_datadefinitions.h
1
2
3 /**
4  * this file contains the defines that convert our x-macros to datatypes
5  */
6
7 #define PROTOCOL_ONLY(a) a
8 #define SERVER_PRIVATE(a) 
9
10 #define UNSIGNED_SHORT(a) $data[a] = array_unshift($inarray) 
11 #define INTEGER(a) $data[a] = array_unshift($inarray) 
12
13 #define STRING_BUF(a, b) $data[a] = array_unshift($inarray) 
14 #define STRING(a) $data[a] = array_unshift($inarray) 
15