libpurple/protocols/yahoo/yahoo.h

changeset 37418
28302ab00d1a
parent 36775
5e59f252d777
equal deleted inserted replaced
37417:b29ee022017f 37418:28302ab00d1a
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
20 * 20 *
21 */ 21 */
22 #ifndef _YAHOO_H_ 22 #ifndef _YAHOO_H_
23 #define _YAHOO_H_ 23 #define _YAHOO_H_
24
25 #include <gmodule.h>
24 26
25 #include "protocol.h" 27 #include "protocol.h"
26 28
27 #define YAHOO_TYPE_PROTOCOL (yahoo_protocol_get_type()) 29 #define YAHOO_TYPE_PROTOCOL (yahoo_protocol_get_type())
28 #define YAHOO_PROTOCOL(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), YAHOO_TYPE_PROTOCOL, YahooProtocol)) 30 #define YAHOO_PROTOCOL(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), YAHOO_TYPE_PROTOCOL, YahooProtocol))

mercurial