store_id(char* argID,char *msg);
diet_use_data(diet_arg_t* arg,char* argID);This function replaces the set functions (see Section 3.4.1).
diet_free_persistent_data(char *argID);
/******************************************************************* * Add handler argID and text message msg in the identifier file * ******************************************************************/ void store_id(char* argID, char* msg); /** sets only identifier : data is present inside the platform */ void diet_use_data(diet_arg_t* arg, char* argID); /****************************************************************** * Free persistent data identified by argID * *****************************************************************/ int diet_free_persistent_data(char* argID);