Changeset 13fe062


Ignore:
Timestamp:
Jul 5, 2009, 3:18:10 AM (15 years ago)
Author:
Alex Dehnert <adehnert@mit.edu>
Branches:
master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
69f89c7
Parents:
b72670b
git-author:
Alex Dehnert <adehnert@mit.edu> (05/27/09 00:43:33)
git-committer:
Alex Dehnert <adehnert@mit.edu> (07/05/09 03:18:10)
Message:
Fixing comments to reflect rename of owl_function_add_message to owl_global_messagequeue_addmsg
File:
1 edited

Legend:

Unmodified
Added
Removed
  • functions.c

    rb72670b r13fe062  
    224224
    225225/* Create an outgoing zephyr message and return a pointer to it.  Does
    226  * not put it on the global queue, use owl_function_add_message() for
     226 * not put it on the global queue, use owl_global_messagequeue_addmsg() for
    227227 * that.
    228228 */
     
    246246 * message or NULL if we're not logged into AIM (and thus unable to
    247247 * create the message).  Does not put it on the global queue.  Use
    248  * owl_function_add_message() for that .
     248 * owl_global_messagequeue_addmsg() for that .
    249249 */
    250250owl_message *owl_function_make_outgoing_aim(char *body, char *to)
     
    267267/* Create an outgoing loopback message and return a pointer to it.
    268268 * Does not append it to the global queue, use
    269  * owl_function_add_message() for that.
     269 * owl_global_messagequeue_addmsg() for that.
    270270 */
    271271owl_message *owl_function_make_outgoing_loopback(char *body)
Note: See TracChangeset for help on using the changeset viewer.