yamt commented on a change in pull request #333:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/333#discussion_r481982448
##########
File path: include/netutils/webclient.h
##########
@@ -147,6 +281,12 @@ int wget(FAR const char *url, FAR char *buffer, int buflen,
int wget_post(FAR const char *url, FAR const char *posts, FAR char *buffer,
int buflen, wget_callback_t callback, FAR void *arg);
+void webclient_set_defaults(FAR struct webclient_context *ctx);
Review comment:
if you prefer step-by-step, this PR (the first step) is ready to
review/merge already.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]