| 16 * You should have received a copy of the GNU General Public License |
16 * You should have received a copy of the GNU General Public License |
| 17 * along with this program; if not, write to the Free Software |
17 * along with this program; if not, write to the Free Software |
| 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 19 * |
19 * |
| 20 */ |
20 */ |
| 21 |
21 #include "internal.h" |
| 22 #include "gaim.h" |
22 #include "debug.h" |
| 23 #include "gtkutils.h" |
23 #include "gtkutils.h" |
| 24 #include "gtkblist.h" |
24 #include "gtkblist.h" |
| 25 #include "multi.h" |
25 #include "multi.h" |
| |
26 #include "notify.h" |
| 26 #include "prpl.h" |
27 #include "prpl.h" |
| 27 #include "notify.h" |
28 #include "request.h" |
| 28 #include <sys/types.h> |
29 #include "ui.h" |
| 29 #include <sys/stat.h> |
30 #include "util.h" |
| 30 #include <unistd.h> |
|
| 31 #include <string.h> |
|
| 32 #include <errno.h> |
|
| 33 |
|
| 34 #ifdef _WIN32 |
|
| 35 #include "win32dep.h" |
|
| 36 #endif |
|
| 37 |
31 |
| 38 GtkWidget *protomenu = NULL; |
32 GtkWidget *protomenu = NULL; |
| 39 |
33 |
| 40 struct _prompt { |
34 struct _prompt { |
| 41 GtkWidget *window; |
35 GtkWidget *window; |