comparison libpurple/protocols/qq/login_logout.h @ 15822:32c366eeeb99

sed -ie 's/gaim/purple/g'
author Sean Egan <seanegan@gmail.com>
date Mon, 19 Mar 2007 07:01:17 +0000
parents 5fe8042783c1
children 44b4e8bd759b
comparison
equal deleted inserted replaced
15821:84b0f9b23ede 15822:32c366eeeb99
1 /** 1 /**
2 * file login_logout.h 2 * file login_logout.h
3 * 3 *
4 * gaim 4 * purple
5 * 5 *
6 * Gaim is the legal property of its developers, whose names are too numerous 6 * Purple is the legal property of its developers, whose names are too numerous
7 * to list here. Please refer to the COPYRIGHT file distributed with this 7 * to list here. Please refer to the COPYRIGHT file distributed with this
8 * source distribution. 8 * source distribution.
9 * 9 *
10 * This program is free software; you can redistribute it and/or modify 10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by 11 * it under the terms of the GNU General Public License as published by
30 30
31 #define QQ_LOGIN_MODE_NORMAL 0x0a 31 #define QQ_LOGIN_MODE_NORMAL 0x0a
32 #define QQ_LOGIN_MODE_AWAY 0x1e 32 #define QQ_LOGIN_MODE_AWAY 0x1e
33 #define QQ_LOGIN_MODE_HIDDEN 0x28 33 #define QQ_LOGIN_MODE_HIDDEN 0x28
34 34
35 void qq_send_packet_request_login_token(GaimConnection *gc); 35 void qq_send_packet_request_login_token(PurpleConnection *gc);
36 void qq_process_request_login_token_reply(guint8 *buf, gint buf_len, GaimConnection *gc); 36 void qq_process_request_login_token_reply(guint8 *buf, gint buf_len, PurpleConnection *gc);
37 void qq_process_login_reply(guint8 *buf, gint buf_len, GaimConnection *gc); 37 void qq_process_login_reply(guint8 *buf, gint buf_len, PurpleConnection *gc);
38 void qq_send_packet_logout(GaimConnection *gc); 38 void qq_send_packet_logout(PurpleConnection *gc);
39 39
40 #endif 40 #endif