diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-24 12:57:08 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-24 12:57:08 +0200 |
commit | 9034ba002b8945aee0f905b928bb0f60da9afe9f (patch) | |
tree | b736ffa7ee8ec53fc5aadf75ac8539b605e76b27 /protocols/yahoo/yahoo_list.h | |
parent | c36f73bd317dd55d7e70275a6425faa4be7bfd8c (diff) |
Merge complete. It still logs in...
Diffstat (limited to 'protocols/yahoo/yahoo_list.h')
-rw-r--r-- | protocols/yahoo/yahoo_list.h | 2 |
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; |