aboutsummaryrefslogtreecommitdiff
path: root/apps/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-06 16:59:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-06 16:59:45 +0000
commita1d2cc2cb43cd7b09ecf12b876fd033e871bd79f (patch)
tree0e24a41ae012e63e259e80413e551b34c2cc63c7 /apps/include
parente99deb5c4af245a03351ed2ec021cdde3e33fbba (diff)
downloadpx4-firmware-a1d2cc2cb43cd7b09ecf12b876fd033e871bd79f.tar.gz
px4-firmware-a1d2cc2cb43cd7b09ecf12b876fd033e871bd79f.tar.bz2
px4-firmware-a1d2cc2cb43cd7b09ecf12b876fd033e871bd79f.zip
Fix apps/netutils/webclient build problem
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5317 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/include')
-rw-r--r--apps/include/netutils/webclient.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/include/netutils/webclient.h b/apps/include/netutils/webclient.h
index 3a4c4ea90..85ca759e9 100644
--- a/apps/include/netutils/webclient.h
+++ b/apps/include/netutils/webclient.h
@@ -109,12 +109,14 @@ extern "C" {
#define EXTERN extern
#endif
+#ifdef WGET_USE_URLENCODE
EXTERN char *web_post_str(FAR char *buffer, int *size, FAR char *name,
FAR char *value);
EXTERN char *web_posts_str(FAR char *buffer, int *size, FAR char **name,
FAR char **value, int len);
EXTERN int web_post_strlen(FAR char *name, FAR char *value);
EXTERN int web_posts_strlen(FAR char **name, FAR char **value, int len);
+#endif
/****************************************************************************
* Name: wget