Skip to content
Snippets Groups Projects
Commit 47c8433a authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Make the get_options() return const

This lets us make a lot of other stuff const, allows the compiler to
generate (slightly) better code, and will make me get slightly fewer
patches from folks who stick mutable stuff into or_options_t.

const: because not every input is an output!
parent 22efe203
No related branches found
No related tags found
No related merge requests found
Showing with 221 additions and 192 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment