aboutsummaryrefslogtreecommitdiff
path: root/apps/systemlib/getopt_long.h
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2012-10-14 22:40:18 -0700
committerpx4dev <px4@purgatory.org>2012-10-14 22:40:18 -0700
commitcf6e763c58b3934b93068c029add5842c47c52c5 (patch)
tree8736a21b4a8dd0c0af06404c42d0d4f361e79df4 /apps/systemlib/getopt_long.h
parent7c20e666815a2259235db7b45db86fd4ce3ec999 (diff)
downloadpx4-firmware-cf6e763c58b3934b93068c029add5842c47c52c5.tar.gz
px4-firmware-cf6e763c58b3934b93068c029add5842c47c52c5.tar.bz2
px4-firmware-cf6e763c58b3934b93068c029add5842c47c52c5.zip
Beat up on the mavlink app startup a bit.
Diffstat (limited to 'apps/systemlib/getopt_long.h')
-rw-r--r--apps/systemlib/getopt_long.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/systemlib/getopt_long.h b/apps/systemlib/getopt_long.h
index 3e51550a6..61e8e76f3 100644
--- a/apps/systemlib/getopt_long.h
+++ b/apps/systemlib/getopt_long.h
@@ -124,9 +124,9 @@ extern "C"
#if 0
int getopt (int argc, char **argv, char *optstring);
#endif
- int getopt_long (int argc, char **argv, const char *shortopts,
+ __EXPORT int getopt_long (int argc, char **argv, const char *shortopts,
const GETOPT_LONG_OPTION_T * longopts, int *longind);
- int getopt_long_only (int argc, char **argv, const char *shortopts,
+ __EXPORT int getopt_long_only (int argc, char **argv, const char *shortopts,
const GETOPT_LONG_OPTION_T * longopts, int *longind);
#ifdef __cplusplus