comparison src/protocols/yahoo/yahoo_auth.h @ 11644:f4e58e94ced3

[gaim-migrate @ 13922] Yahoo! whitespace cleanup from Peter Lawler Gracias! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 12 Oct 2005 04:02:46 +0000
parents 0018b8118e77
children
comparison
equal deleted inserted replaced
11643:eb14bbcf7249 11644:f4e58e94ced3
1 /* 1 /*
2 * yahoo_auth.h: Header for Yahoo Messenger authentication schemes. Eew. 2 * yahoo_auth.h: Header for Yahoo Messenger authentication schemes. Eew.
3 * 3 *
4 * Copyright(c) 2003 Cerulean Studios 4 * Copyright(c) 2003 Cerulean Studios
5 */ 5 */
6
7 6
8 #ifndef _YAHOO_AUTH_H_ 7 #ifndef _YAHOO_AUTH_H_
9 #define _YAHOO_AUTH_H_ 8 #define _YAHOO_AUTH_H_
10 9
11 #define NUM_TYPE_THREES 105 10 #define NUM_TYPE_THREES 105
29 struct buffer_t { 28 struct buffer_t {
30 unsigned int buffer_start; 29 unsigned int buffer_start;
31 unsigned char buffer[257]; 30 unsigned char buffer[257];
32 }; 31 };
33 32
34
35 #endif /* _YAHOO_AUTH_H_ */ 33 #endif /* _YAHOO_AUTH_H_ */