Next: , Previous: Freeing Data structures, Up: Freeing Data structures


A.7.1 rdb_free_map

Frees the memory associated with an /rdb column map.

Synopsis

     #include <mst_rdb/mst_rdb.h>
     
     
     
void rdb_free_map(DataColumnMap_st *map);

Parameters

DataColumnMap_st *map
the column map to free

Description

rdb_free_map - Frees the memory associated with an /rdb column map.

Author

Richard J. Edgar