- Timestamp:
- Dec 25, 2003, 10:39:04 PM (21 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 4357be8
- Parents:
- 24dc9ce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zephyr.c
r2b86d14 rbf73bdd 316 316 317 317 #ifdef HAVE_LIBZEPHYR 318 /* return a pointer to the message, place the message length in k */ 318 /* return a pointer to the message, place the message length in k 319 * caller must free the return 320 */ 319 321 char *owl_zephyr_get_message(ZNotice_t *n) 320 322 { 321 323 if (!strcasecmp(n->z_opcode, "ping")) { 322 return( "");324 return(owl_strdup("")); 323 325 } 324 326
Note: See TracChangeset
for help on using the changeset viewer.