Changeset 13fe062866383a38d2854a5031712ab7b63a5b77

Show
Ignore:
Timestamp:
07/05/09 03:18:10 (5 months ago)
Author:
Alex Dehnert <adehnert@mit.edu>
git-author:
Alex Dehnert <adehnert@mit.edu> / 2009-05-27T00:43:33Z-0400
Parents:
b72670bc5181a617f1688a84fe61beb45f4ad021
Children:
69f89c73e01c0dddc397b05c7ee0ae14ac59eb33
git-committer:
Alex Dehnert <adehnert@mit.edu> / 2009-07-05T03:18:10Z-0400
Message:
Fixing comments to reflect rename of owl_function_add_message to owl_global_messagequeue_addmsg
Files:
1 modified

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)