version 1.20 | | version 1.21 |
---|
| | |
{"WeightL", TypeString, getWeightL, putWeightL}, | | {"WeightL", TypeString, getWeightL, putWeightL}, |
{"Brand", TypeString, getBrand, putBrand}, | | {"Brand", TypeString, getBrand, putBrand}, |
{"Makes", TypeString, getMakes, putMakes}, /* other_arch */ | | {"Makes", TypeString, getMakes, putMakes}, /* other_arch */ |
{NULL, 0, 0} | | {NULL, 0, 0, NULL} |
}; | | }; |
| | |
char *allowed_variables[] = { | | char *allowed_variables[] = { |
| | |
String str,var; | | String str,var; |
object *ob; | | object *ob; |
char buf[BUFSIZ]; | | char buf[BUFSIZ]; |
int len, i, mask,set_all=1; | | int len, mask,set_all=1; |
| | size_t i; |
| | |
/* check out, that object exist */ | | /* check out, that object exist */ |
if(!self->op) { | | if(!self->op) { |