Began removing $Id$ tags. This will be an ongoing process.
[citadel.git] / citadel / include / php_datadefinitions.h
1 /*
2  * this file contains the defines that convert our x-macros to datatypes
3  */
4
5 #define PROTOCOL_ONLY(a) a
6 #define SERVER_PRIVATE(a) 
7
8 #define UNSIGNED_SHORT(a) $data[a] = array_unshift($inarray) 
9 #define INTEGER(a) $data[a] = array_unshift($inarray) 
10
11 #define STRING_BUF(a, b) $data[a] = array_unshift($inarray) 
12 #define STRING(a) $data[a] = array_unshift($inarray) 
13