Select the types of activity you want to include in your feed.
1#ifndef TOBI_DA_H 2#define TOBI_DA_H 3 4#include "p.h" 5 6#include <stddef.h> 7#include <stdint.h> 8 9char *tobi_da_emit(const uint8_t *data, size_t len, const tobi_input_meta *meta); 10 11#endif