fix prototype

pull/1/head
Ryan Tharp 6 years ago committed by Jeff Becker
parent 191cc30026
commit 06f7a3df52
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -19,7 +19,7 @@ bool llarp_xi_bencode(struct llarp_xi *xi, llarp_buffer_t *buf);
struct llarp_xi_list;
struct llarp_xi_list *llarp_xi_list_new();
struct llarp_xi_list *llarp_xi_list_new(struct llarp_alloc * mem);
void llarp_xi_list_free(struct llarp_xi_list **l);
bool llarp_xi_list_bdecode(struct llarp_xi_list *l, llarp_buffer_t *buf);

Loading…
Cancel
Save