aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/yahoo/yahoo_list.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-07-24 12:57:08 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2010-07-24 12:57:08 +0200
commit9034ba002b8945aee0f905b928bb0f60da9afe9f (patch)
treeb736ffa7ee8ec53fc5aadf75ac8539b605e76b27 /protocols/yahoo/yahoo_list.h
parentc36f73bd317dd55d7e70275a6425faa4be7bfd8c (diff)
Merge complete. It still logs in...
Diffstat (limited to 'protocols/yahoo/yahoo_list.h')
-rw-r--r--protocols/yahoo/yahoo_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/yahoo/yahoo_list.h b/protocols/yahoo/yahoo_list.h
index 0d335acd..c2e5ad18 100644
--- a/protocols/yahoo/yahoo_list.h
+++ b/protocols/yahoo/yahoo_list.h
@@ -23,7 +23,7 @@
#ifndef __YLIST_H__
#define __YLIST_H__
-/* GLib has linked list already, so I don't see why libyahoo2 has to copy this... */
+/* BitlBee already uses GLib so use it. */
typedef GList YList;