#include #include "journal.h" void handle_emotion(FILE *journal, char* msg) { journal_write_topic(journal, "emotion", msg); return; }