Added proxy options.

This commit is contained in:
Håvard Pettersson 2014-10-11 08:28:41 +02:00
parent 68cb3cc543
commit 602bf76962
2 changed files with 47 additions and 1 deletions

View file

@ -31,6 +31,9 @@ enum t_twc_profile_option
TWC_PROFILE_OPTION_SAVEFILE = 0,
TWC_PROFILE_OPTION_AUTOLOAD,
TWC_PROFILE_OPTION_MAX_FRIEND_REQUESTS,
TWC_PROFILE_OPTION_PROXY_ADDRESS,
TWC_PROFILE_OPTION_PROXY_PORT,
TWC_PROFILE_OPTION_PROXY_ENABLED,
TWC_PROFILE_NUM_OPTIONS,
};