version 1.99 | | version 1.100 |
---|
| | |
/* | | /* |
* static char *rcsid_object_c = | | * static char *rcsid_object_c = |
* "$Id: object.c,v 1.99 2005/08/23 05:42:58 mwedel Exp $"; | | * "$Id: object.c,v 1.100 2005/08/29 03:52:49 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
/* | | /* |
* Updates the key in op to value. | | * Updates the key in op to value. |
* | | * |
* Unless add_key is TRUE, it won't add fields, only change the value of existing | | * If add_key is FALSE, this will only update existing keys, |
* keys. | | * and not add new ones. |
| | * In general, should be little reason FALSE is ever passed in for add_key |
* | | * |
* Returns TRUE on success. | | * Returns TRUE on success. |
*/ | | */ |