comparison src/protocols/gg/gg.c @ 8993:294ae6548d4e

[gaim-migrate @ 9768] update the structs committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 21 May 2004 00:32:52 +0000
parents 80b4c956d7ae
children 702ef9105fa4
comparison
equal deleted inserted replaced
8992:f15fcdbecf0a 8993:294ae6548d4e
1 /* 1 /*
2 * gaim - Gadu-Gadu Protocol Plugin 2 * gaim - Gadu-Gadu Protocol Plugin
3 * $Id: gg.c 9722 2004-05-16 07:19:56Z thekingant $ 3 * $Id: gg.c 9768 2004-05-21 00:32:52Z lschiere $
4 * 4 *
5 * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL> 5 * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
1613 NULL, /**< load */ 1613 NULL, /**< load */
1614 NULL, /**< unload */ 1614 NULL, /**< unload */
1615 NULL, /**< destroy */ 1615 NULL, /**< destroy */
1616 1616
1617 NULL, /**< ui_info */ 1617 NULL, /**< ui_info */
1618 &prpl_info /**< extra_info */ 1618 &prpl_info, /**< extra_info */
1619 NULL,
1620 NULL
1619 }; 1621 };
1620 1622
1621 static void 1623 static void
1622 init_plugin(GaimPlugin *plugin) 1624 init_plugin(GaimPlugin *plugin)
1623 { 1625 {