Changeset c23f678 for functions.c
- Timestamp:
- Jan 5, 2011, 10:09:12 AM (14 years ago)
- Branches:
- master, release-1.10, release-1.8, release-1.9
- Children:
- 5f8ec6b
- Parents:
- 719119de
- git-author:
- Nelson Elhage <nelhage@mit.edu> (01/04/11 09:46:58)
- git-committer:
- Nelson Elhage <nelhage@mit.edu> (01/05/11 10:09:12)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
functions.c
rd222c44 rc23f678 376 376 * the message is expected to be set from the zwrite line itself 377 377 */ 378 #ifdef HAVE_LIBZEPHYR 378 379 void owl_function_zwrite(owl_zwrite *z, const char *msg) 379 380 { … … 410 411 } 411 412 } 413 #else 414 void owl_function_zwrite(owl_zwrite *z, const char *msg) { 415 } 416 #endif 412 417 413 418 /* send, log and display an outgoing zcrypt zephyr. If 'msg' is NULL
Note: See TracChangeset
for help on using the changeset viewer.