summaryrefslogtreecommitdiff
path: root/config.h
AgeCommit message (Expand)Author
2022-08-05keyword: Add `get_keyword_cb`, and add `get_callback` to `struct keyword`mrb0nk500
2022-07-28config: Make use of `keyword` for parsing config filesmrb0nk500
2021-06-11Change `port` from an int to a string, and move themrb0nk500
2021-06-10Added the `cleanup()`, and `cleanup_config()`mrb0nk500
2021-06-08Remove the `b` member from the `config_val` union.mrb0nk500
2021-06-08Removed unnecessary comment in `config_opts`.mrb0nk500
2021-06-07Fixed a typo, and replaced a `NULL` in the offset ofmrb0nk500
2021-06-07Added the `config` struct.mrb0nk500
2021-06-07Replace `func` in config_opt with `offset`.mrb0nk500
2021-06-06Moved `TYPE_NONE` to the start of `config_type`, andmrb0nk500
2021-06-06Added a NULL entry to the end of `config_opts`.mrb0nk500
2021-06-06Added a new union called `config_val`.mrb0nk500
2021-06-05Move the config option stuff into `config.h`.mrb0nk500