Add a \warning that yasm_vps_delete() deletes all val/params.

svn path=/trunk/yasm/; revision=989
0.3
Peter Johnson 22 years ago
parent a88840bdd9
commit 0a5861a952
  1. 1
      libyasm/valparam.h

@ -62,6 +62,7 @@ void yasm_vps_initialize(/*@out@*/ yasm_valparamhead *headp);
#endif
/** Destroy (free allocated memory for) linked list of valparams.
* \warning Deletes val/params.
* \param headp linked list
*/
void yasm_vps_delete(yasm_valparamhead *headp);

Loading…
Cancel
Save