Select the types of activity you want to include in your feed.
skin_parser: simplify skin_buffer_alloc
- no need to cast void * return value (it is not C++) - use sizeof(*var) instead of sizeof(struct foobar), it is shorter and will stay correct if the type is changed but forgotten in the sizeof()