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.
40 char *consumer_secret;
41 char *access_token_key;
42 char *access_token_secret;
67 void *readline_handle;
68 char *(*readline)(const char *);
71 struct bti_curl_buffer {
73 struct session *session;
78 extern const char twitter_host[];
79 extern const char twitter_name[];
82 extern void bti_parse_configfile(struct session *session);
84 #define dbg(format, arg...) \
87 fprintf(stdout, "bti: %s: " format , __func__ , \