Guest User

Untitled

a guest
Jan 24th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. void
  2. on_response_end(void *data) {
  3. response_t *res = (response_t *) data;
  4. printf("response end\n");
  5. }
  6.  
  7. ...
  8. on((emitter_t *) res, "end", on_response_end);
Add Comment
Please, Sign In to add comment