2 * Copyright (C) 2008-2011 Greg Kroah-Hartman <greg@kroah.com>
3 * Copyright (C) 2009 Bart Trojanowski <bart@jukie.net>
4 * Copyright (C) 2009-2010 Amir Mohammad Saied <amirsaied@gmail.com>
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation version 2 of the License.
10 * This program is distributed in the hope that it will be useful, but
11 * WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * General Public License for more details.
15 * You should have received a copy of the GNU General Public License along
16 * with this program; if not, write to the Free Software Foundation, Inc.,
17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
44 char *consumer_secret;
45 char *access_token_key;
46 char *access_token_secret;
71 void *readline_handle;
72 char *(*readline)(const char *);
75 struct bti_curl_buffer {
77 struct session *session;
82 extern const char twitter_host[];
83 extern const char identica_host[];
84 extern const char twitter_name[];
85 extern const char identica_name[];
88 extern void bti_parse_configfile(struct session *session);
90 #define dbg(format, arg...) \
93 fprintf(stdout, "bti: %s: " format , __func__ , \