Changes in protocols/nogaim.h [2ff2076:2c2df7d]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.h
r2ff2076 r2c2df7d 229 229 * - Most protocols will just want to set this to g_strcasecmp().*/ 230 230 int (* handle_cmp) (const char *who1, const char *who2); 231 232 /* Incoming transfer request */233 void (* transfer_request) (struct im_connection *, file_transfer_t *ft, char *handle );234 231 }; 235 232
Note: See TracChangeset
for help on using the changeset viewer.