Sun Java System Access Manager 7 2005Q4 C API Reference

am_web_postcache_data_cleanup()

Cleans up data structure containing post string value, redirect URL.

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 parameters:

const

am_web_postcache_data_tPointer to POST data entry

Returns

None