11a12,21
> #undef __BEGIN_DECLS
> #undef __END_DECLS
> #ifdef __cplusplus
> # define __BEGIN_DECLS extern "C" {
> # define __END_DECLS }
> #else
> # define __BEGIN_DECLS /* empty */
> # define __END_DECLS /* empty */
> #endif
> 
107c117
< 	LRAD_TOKEN		operator;
---
> 	LRAD_TOKEN		Operator;
137a148,149
> __BEGIN_DECLS
> 
202c214
< VALUE_PAIR	*pairmake(const char *attribute, const char *value, int operator);
---
> VALUE_PAIR	*pairmake(const char *attribute, const char *value, int Operator);
246a259,260
> 
> __END_DECLS
