Changeset fa30fa5 for protocols/nogaim.h
- Timestamp:
- 2007-12-04T00:53:04Z (17 years ago)
- Branches:
- master
- Children:
- 08135df
- Parents:
- 2c2df7d (diff), dce3903 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.h
r2c2df7d rfa30fa5 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 ); 231 234 }; 232 235
Note: See TracChangeset
for help on using the changeset viewer.