Added Content-Type to observe notifications.

This commit is contained in:
Matthias Kovatsch 2012-03-23 16:37:11 +01:00 committed by U-tiLaptop\merliin
parent 949ba03bda
commit c023faead2
2 changed files with 5 additions and 2 deletions

View file

@ -259,7 +259,7 @@ resource_t resource_##name = {NULL, flags, url, attributes, name##_handler, NULL
* Macro to define a sub-resource
* Make sure to define its parent resource beforehand and set 'parent' to that name.
*/
#define SUB_RESOURCE(name, flags, url, attributes, parent) \
#define SUB_RESOURCE(name, flags, url, attributes, parent) \
resource_t resource_##name = {NULL, flags, url, attributes, parent##_handler, NULL, NULL, NULL}
/*