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

bool_t

Defines true or false boolean with the syntax:

#include "am_types.h"
typedef enum {
    AM_FALSE = 0,
    AM_TRUE
} am_bool_t;