TokTok / toxic

An ncurses-based Tox client
https://toktok.ltd/
GNU General Public License v3.0
29 stars 4 forks source link

chore: Fix run_options.h header guard #304

Closed robinlinden closed 9 months ago

robinlinden commented 9 months ago

This change is Reviewable

JFreegman commented 9 months ago

That explains a lot. If you want you can also remove the forward declaration of Run_Options in settings.h and include the "run_options.h" header instead.

robinlinden commented 9 months ago

Right, rebased and updated the settings.{c,h} Run_Options bits.