add lust and orgasm topics

This commit is contained in:
Luna 2019-04-30 02:23:18 -03:00
parent db27512143
commit b85aada87c
2 changed files with 7 additions and 5 deletions

View File

@ -2,11 +2,13 @@
journal-like util for me journal-like util for me
## building all times are in utc
- a robot girl ## depedencies
- a robot girl to use those utils
- posix compliant make - posix compliant make
- gcc/any cc - a c compiler
``` ```
make make

View File

@ -56,13 +56,13 @@ int main(int argc, char** argv)
char *topic = argv[1]; char *topic = argv[1];
const char* topics[TOPICS] = { const char* topics[TOPICS] = {
"emotion" "emotion", "lust", "orgasm"
}; };
// default handling by journal_write_topic is marked // default handling by journal_write_topic is marked
// as the NULL values in this array. // as the NULL values in this array.
void (*handlers[])(FILE*, char*) = { void (*handlers[])(FILE*, char*) = {
NULL, NULL, NULL, NULL
}; };
// list all topics when arg1 is list // list all topics when arg1 is list