diff options
author | midipix <writeonce@midipix.org> | 2016-01-10 12:20:14 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-01-10 12:20:14 -0500 |
commit | 0090d874f5220355c51a9b01a22ed9dd672ff7d1 (patch) | |
tree | 7ede35b4e9ba2753b71f917cfe4cc263fb48c5ac /src/internal | |
parent | 4a749a765f6f5a3998d9721e9be5ec3bc52d8a7b (diff) | |
download | sofort-0090d874f5220355c51a9b01a22ed9dd672ff7d1.tar.bz2 sofort-0090d874f5220355c51a9b01a22ed9dd672ff7d1.tar.xz |
driver: move to header extern declaration of sfrt_default_options[].
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/sofort_driver_impl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/internal/sofort_driver_impl.h b/src/internal/sofort_driver_impl.h index d9aa364..5ee4952 100644 --- a/src/internal/sofort_driver_impl.h +++ b/src/internal/sofort_driver_impl.h @@ -6,6 +6,9 @@ #include <sys/types.h> #include <sofort/sofort.h> +#include "argv/argv.h" + +extern const struct argv_option sfrt_default_options[]; enum app_tags { TAG_HELP, |