comparison src/proxy.h @ 5682:cec7988f8ee7

[gaim-migrate @ 6101] Added another little comment, but this is really an excuse to see if CIA is working. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 03 Jun 2003 02:04:29 +0000
parents 46d7ad0dfa26
children 1d140b31d4b3
comparison
equal deleted inserted replaced
5681:46d7ad0dfa26 5682:cec7988f8ee7
56 /** 56 /**
57 * An input condition. 57 * An input condition.
58 */ 58 */
59 typedef enum 59 typedef enum
60 { 60 {
61 GAIM_INPUT_READ = 1 << 0, 61 GAIM_INPUT_READ = 1 << 0, /**< A read condition. */
62 GAIM_INPUT_WRITE = 1 << 1 62 GAIM_INPUT_WRITE = 1 << 1 /**< A write condition. */
63 63
64 } GaimInputCondition; 64 } GaimInputCondition;
65 65
66 /** 66 /**
67 * Information on proxy settings. 67 * Information on proxy settings.