#ifndef MDIARY_H #define MDIARY_H #include struct mdiary_entry { gchar *title; GDateTime *date; gchar *tags; }; #endif /* MDIARY_H */