sec_login_free_net_info-Free memory allocated for network information.
#include <dce/sec_login.h> void sec_login_free_net_info ( sec_login_net_info_t *net_info );
Input/Output
- net_info
The network information to be freed.
Thesec_login_free_net_info() routine frees memory allocated for a sec_login_net_info_t structure allocated bysec_login_inquire_net_info() .
Functions:sec_login_inquire_net_info() .
Contents | Next section | Index |