Sun Java System Access Manager 7.1 C API Reference

am_web_postcache_data_cleanup()

Cleans up am_web_postcache_data_t data type.

Syntax

#include "am_web.h"
AM_WEB_EXPORT void
am_web_postcache_data_cleanup(am_web_postcache_data_t * const postentry_struct);

Parameters

This function takes the following parameter:

postentry_struct

Pointer to am_web_postcache_data_t data type.

Returns

This function returns no value.