diff src/protocols/gg/gg.c @ 2423:ce09589b7681

[gaim-migrate @ 2436] able to compile gg and zephyr statically. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 04 Oct 2001 05:45:18 +0000
parents a7ecfd3f7714
children 227cc42ffa6e
line wrap: on
line diff
--- a/src/protocols/gg/gg.c	Thu Oct 04 00:05:18 2001 +0000
+++ b/src/protocols/gg/gg.c	Thu Oct 04 05:45:18 2001 +0000
@@ -1,6 +1,6 @@
 /*
  * gaim - Gadu-Gadu Protocol Plugin
- * $Id: gg.c 2406 2001-09-29 23:06:30Z warmenhoven $
+ * $Id: gg.c 2436 2001-10-04 05:45:18Z warmenhoven $
  *
  * Copyright (C) 2001, Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
  * 
@@ -969,7 +969,7 @@
 
 static struct prpl *my_protocol = NULL;
 
-void agg_init(struct prpl *ret)
+void gg_init(struct prpl *ret)
 {
 	ret->protocol = PROTO_GADUGADU;
 	ret->options = 0;
@@ -1016,7 +1016,7 @@
 
 char *gaim_plugin_init(GModule *handle)
 {
-	load_protocol(agg_init, sizeof(struct prpl));
+	load_protocol(gg_init, sizeof(struct prpl));
 	return NULL;
 }