Use hash table for bookmarks
This commit is contained in:
@@ -244,7 +244,7 @@ gboolean bookmark_join(const char *jid)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
const GList * bookmark_get_list(void)
|
||||
GList * bookmark_get_list(void)
|
||||
{
|
||||
return (GList *)mock();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user