add lust and orgasm topics
This commit is contained in:
parent
db27512143
commit
b85aada87c
2 changed files with 7 additions and 5 deletions
|
@ -2,11 +2,13 @@
|
|||
|
||||
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
|
||||
- gcc/any cc
|
||||
- a c compiler
|
||||
|
||||
```
|
||||
make
|
||||
|
|
|
@ -56,13 +56,13 @@ int main(int argc, char** argv)
|
|||
char *topic = argv[1];
|
||||
|
||||
const char* topics[TOPICS] = {
|
||||
"emotion"
|
||||
"emotion", "lust", "orgasm"
|
||||
};
|
||||
|
||||
// default handling by journal_write_topic is marked
|
||||
// as the NULL values in this array.
|
||||
void (*handlers[])(FILE*, char*) = {
|
||||
NULL,
|
||||
NULL, NULL, NULL
|
||||
};
|
||||
|
||||
// list all topics when arg1 is list
|
||||
|
|
Loading…
Reference in a new issue