- Timestamp:
- 2007-11-29T21:55:14Z (17 years ago)
- Branches:
- master
- Children:
- 4306d8b, 94d52d64
- Parents:
- b6a2373
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/msgcookie.c
rb6a2373 r9ff5737 131 131 } 132 132 133 #if 0 /* debugging feature */134 int aim_dumpcookie(aim_msgcookie_t *cookie)135 {136 137 if (!cookie)138 return -EINVAL;139 140 printf("\tCookie at %p: %d/%s with %p, next %p\n",141 cookie, cookie->type, cookie->cookie,142 cookie->data, cookie->next);143 144 return 0;145 }146 #endif147 148 133 /** 149 134 * aim_cookie_free - free an aim_msgcookie_t struct
Note: See TracChangeset
for help on using the changeset viewer.