#include <dce/dce_cf.h>void dce_cf_free_cell_aliases( char **cell_alias_list, error_status_t *status);
Possible status codes are as follows:
The dce_cf_free_cell_aliases() routine frees the list of aliases for the local cell that the dce_cf_free_cell_aliases() routine allocated. The routine frees the memory allocated to hold the array of pointers to cell alias string buffers, and also frees the string buffers.
No value is returned.
Functions: dce_cf_get_cell_aliases(3dce), dce_cf_get_cell_name(3dce), dce_cf_get_host_name(3dce), dce_cf_prin_name_from_host(3dce), dce_cf_same_cell_name(3dce).Books: OSF DCE Application Development Guide--Core Components, Transarc DCE Command Reference.