comparison src/prpl.h @ 6735:b0913ab92893

[gaim-migrate @ 7267] This is some compile warning cleanup stuff. I tried compiling with CFLAGS="-ansi -ggdb -pedantic -Wall" It's fun. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 04 Sep 2003 03:50:22 +0000
parents 41120df7ed94
children faa491042c66
comparison
equal deleted inserted replaced
6734:bf77a7db61c2 6735:b0913ab92893
89 /** 89 /**
90 * Flags applicable to outgoing/incoming IMs from prpls. 90 * Flags applicable to outgoing/incoming IMs from prpls.
91 */ 91 */
92 typedef enum 92 typedef enum
93 { 93 {
94 GAIM_IM_AUTO_RESP = 0x01, /**< Auto response. */ 94 GAIM_IM_AUTO_RESP = 0x01 /**< Auto response. */
95 } GaimImFlags; 95 } GaimImFlags;
96 96
97 /** 97 /**
98 * Protocol options 98 * Protocol options
99 * 99 *