Skip to content

Commit

Permalink
fixup! fetcher: Split lowlevel API into file/membuf variants
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Jan 4, 2017
1 parent 0cdd8de commit 78609ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/libostree/ostree-fetcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@ _ostree_fetcher_request_to_membuf (OstreeFetcher *self,
gboolean
_ostree_fetcher_request_to_membuf_finish (OstreeFetcher *self,
GAsyncResult *result,
GBytes **out_filename,
GBytes **out_buf,
GError **error)
{
GTask *task;
Expand Down
2 changes: 1 addition & 1 deletion src/libostree/ostree-fetcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ void _ostree_fetcher_request_to_membuf (OstreeFetcher *self,

gboolean _ostree_fetcher_request_to_membuf_finish (OstreeFetcher *self,
GAsyncResult *result,
GBytes **out_filename,
GBytes **out_buf,
GError **error);


Expand Down

0 comments on commit 78609ca

Please sign in to comment.