Guest User

Untitled

a guest
Jun 19th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. int get_nus_object(u32 titleid1, u32 titleid2, char *content, u8 **outbuf, u32 *outlen) {
  2. // ....
  3. retval = http_get_result(&http_status, outbuf, outlen);
  4. // ....
  5.  
  6. return 0;
  7. }
Add Comment
Please, Sign In to add comment