* Removed some temporary diagnostics that had been left in serv_sieve.c
[citadel.git] / citadel / include / php_datadefinitions.h
blob276ed5c69bddca60af96be9fc7dbf07b4173e3d2
1 /**
3 * $Id: $
5 * this file contains the defines that convert our x-macros to datatypes
6 */
8 #define PROTOCOL_ONLY(a) a
9 #define SERVER_PRIVATE(a)
11 #define UNSIGNED_SHORT(a) $data[a] = array_unshift($inarray)
12 #define INTEGER(a) $data[a] = array_unshift($inarray)
14 #define STRING_BUF(a, b) $data[a] = array_unshift($inarray)
15 #define STRING(a) $data[a] = array_unshift($inarray)