Changeset ecf8fa8 for protocols/proxy.h
- Timestamp:
- 2006-05-09T07:20:05Z (17 years ago)
- Branches:
- master
- Children:
- 67b6766
- Parents:
- a0d04d6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/proxy.h
ra0d04d6 recf8fa8 1 1 /* 2 * gaim2 * nogaim 3 3 * 4 4 * Copyright (C) 1998-1999, Mark Spencer <markster@marko.net> … … 36 36 #include <gmodule.h> 37 37 38 #include "events.h" 39 38 40 #define PROXY_NONE 0 39 41 #define PROXY_HTTP 1 … … 47 49 extern char proxypass[128]; 48 50 49 typedef enum {50 GAIM_INPUT_READ = 1 << 0,51 GAIM_INPUT_WRITE = 1 << 152 } GaimInputCondition;53 typedef void (*GaimInputFunction)(gpointer, gint, GaimInputCondition);54 55 G_MODULE_EXPORT gint gaim_input_add(int, GaimInputCondition, GaimInputFunction, gpointer);56 G_MODULE_EXPORT void gaim_input_remove(gint);57 58 51 G_MODULE_EXPORT int proxy_connect(const char *host, int port, GaimInputFunction func, gpointer data); 59 52
Note: See TracChangeset
for help on using the changeset viewer.