next up previous contents
Next: ndb_cif_remove_item_keyword Up: Function Description Previous: ndb_cif_current_col

ndb_cif_put_item_keyword

NAME ndb_cif_put_item_keyword

PROTOTYPE

#include "cifparse.h"

int ndb_cif_put_item_keyword(CifHandle *cf,
                             const char * itemKeyword);
PURPOSE

ndb_cif_put_item_keyword adds a new column with the name itemKeyword to the current category in the CifHandle data structure specified by cf.

RECEIVES

cf pointer to the CifHandle data structure
itemKeyword the name of the new column

RETURN VALUE

Returns the current column number or 0 for failure.

REMARKS

Function does provide new value to the cf.

See also: ndb_cif_remove_item_keyword



Olivera Tosic
6/12/2002