Changeset 13fe062866383a38d2854a5031712ab7b63a5b77
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rb72670b
|
r13fe062
|
|
| 224 | 224 | |
| 225 | 225 | /* 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 |
| 227 | 227 | * that. |
| 228 | 228 | */ |
| … |
… |
|
| 246 | 246 | * message or NULL if we're not logged into AIM (and thus unable to |
| 247 | 247 | * 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 . |
| 249 | 249 | */ |
| 250 | 250 | owl_message *owl_function_make_outgoing_aim(char *body, char *to) |
| … |
… |
|
| 267 | 267 | /* Create an outgoing loopback message and return a pointer to it. |
| 268 | 268 | * Does not append it to the global queue, use |
| 269 | | * owl_function_add_message() for that. |
| | 269 | * owl_global_messagequeue_addmsg() for that. |
| 270 | 270 | */ |
| 271 | 271 | owl_message *owl_function_make_outgoing_loopback(char *body) |