Select the types of activity you want to include in your feed.
1#ifndef STRUCTURED_CLONE_H 2#define STRUCTURED_CLONE_H 3 4#include "types.h" 5 6void init_structured_clone_module(void); 7ant_value_t js_structured_clone(ant_t *js, ant_value_t *args, int nargs); 8 9#endif