Added some config options.

This commit is contained in:
Håvard Pettersson 2014-10-12 12:24:49 +02:00
parent a437931e41
commit e6e4fd568e
5 changed files with 62 additions and 11 deletions

View file

@ -20,6 +20,11 @@
#ifndef TOX_WEECHAT_CONFIG_H
#define TOX_WEECHAT_CONFIG_H
struct t_twc_profile;
extern struct t_config_option *twc_config_friend_request_message;
extern struct t_config_option *twc_config_short_id_size;
void
twc_config_init();