comparison src/blist.h @ 5497:3c7748b24410

[gaim-migrate @ 5893] I changed some small things. 1) 3 comments in 3 different files which makes "make docs" not give 3 warnings. 2) Made frombase16 return-via-parameter an unsigned char* instead of a char*. Nothing actually uses frombase16, so this doesn't affect anything, but it mirrors Nathan's change to tobase16, and should make the conversion work correctly. 3) Fixed the bug Luke mailed to gaim-devel on Monday: "sign on, change an aim account's email address, sign off, segfault. it's happened 2x now" --Luke "The Yellow Dart" Schierer committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 23 May 2003 01:45:17 +0000
parents d7771fe33cbd
children 9eb5b13fd412
comparison
equal deleted inserted replaced
5496:b7c0be69c749 5497:3c7748b24410
1 /** 1 /**
2 * @file list.h Buddy List API 2 * @file blist.h Buddy List API
3 * @ingroup core 3 * @ingroup core
4 * 4 *
5 * gaim 5 * gaim
6 * 6 *
7 * Copyright (C) 2003, Sean Egan <sean.egan@binghamton.edu> 7 * Copyright (C) 2003, Sean Egan <sean.egan@binghamton.edu>