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