Select the types of activity you want to include in your feed.
1#ifndef ANT_PATH_MODULE_H 2#define ANT_PATH_MODULE_H 3 4#include "types.h" 5 6ant_value_t path_library(ant_t *js); 7ant_value_t path_posix_library(ant_t *js); 8ant_value_t path_win32_library(ant_t *js); 9 10#endif