You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently this is a copy of main.c file from the Tor submodule, and the reason why it's included as a header is that the file in which it's included uses static functions from this file. To do it differently we'd need to copy the functions we need to another .c file as not static and then keep them in sync with the versions in main.c when it changes (but since it's already a copy of the file, it wouldn't be much different than what we have now...).
Why is this a header file, not a .c file? /cc @bazyli
The text was updated successfully, but these errors were encountered: