comparison src/protocols/oscar/locate.c @ 8735:92cbf9713795

[gaim-migrate @ 9490] Patch by Jonathan Champ to corect the vairous speling mistakes we hav e in the coments and documentaion. Thansk Jonathan! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 21 Apr 2004 01:34:26 +0000
parents a41efeb3a9ee
children 9f358a718f38
comparison
equal deleted inserted replaced
8734:407c122d6191 8735:92cbf9713795
280 cur->next = sess->locate.requested; 280 cur->next = sess->locate.requested;
281 sess->locate.requested = cur; 281 sess->locate.requested = cur;
282 } 282 }
283 283
284 /** 284 /**
285 * Remove this screen name from our queue. If this info was resquested 285 * Remove this screen name from our queue. If this info was requested
286 * by our info request queue, then pop the next element off of the queue. 286 * by our info request queue, then pop the next element off of the queue.
287 * 287 *
288 * @param sess The aim session. 288 * @param sess The aim session.
289 * @param sn Screen name of the info we just received. 289 * @param sn Screen name of the info we just received.
290 * @return True if the request was explicit (client requested the info), 290 * @return True if the request was explicit (client requested the info),