Select the types of activity you want to include in your feed.
1#ifndef ITERATOR_H 2#define ITERATOR_H 3 4void init_iterator_module(void); 5void init_async_iterator_helpers(void); 6 7#endif