Sun OpenSSO Enterprise 8.0 C API Reference for Application and Web Policy Agent Developers

boolean_t

Defines true or false boolean with the syntax:

#include "am_types.h"
typedef enum { 
    B_FALSE, 
    B_TRUE 
} boolean_t;