returns the request arguments. The syntax is the same of mrss_set but the values of the list are pointer to data element (int *, * char* *). If the key needs a char* *, the value will be allocated.
` mrss_get(category, MRSS_FLAG_CATEGORY_DOMAIN, &string, MRSS_FLAG_END); if(string) free(string); `
any type of mrss data struct
the error code
See Implementation
returns the request arguments. The syntax is the same of mrss_set but the values of the list are pointer to data element (int *, * char* *). If the key needs a char* *, the value will be allocated.
` mrss_get(category, MRSS_FLAG_CATEGORY_DOMAIN, &string, MRSS_FLAG_END); if(string) free(string); `