Changeset 336
- Timestamp:
- 05/18/08 00:54:37 (5 months ago)
- Files:
-
- 1 modified
-
trunk/glib/obex-client.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glib/obex-client.c
r320 r336 342 342 343 343 static obex_callback_t callback = { 344 .connect_cfm =obex_connect_cfm,345 .disconn_ind =obex_disconn_ind,346 .progress_ind =obex_progress_ind,347 .command_ind =obex_command_ind,344 &obex_connect_cfm, 345 &obex_disconn_ind, 346 &obex_progress_ind, 347 &obex_command_ind, 348 348 }; 349 349
