aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2014-04-10 12:17:19 +0000
committerWerner Koch <[email protected]>2014-04-10 12:17:19 +0000
commitd3bd8fff863f62b6d0e228aea754efbbde861e9a (patch)
treeddccf579f1938a61e687b1f8b93054e5e9029f87 /src/engine.h
parentAdd GPGME_PROTOCOL_SPAWN and gpgme_op_spawn. (diff)
downloadgpgme-d3bd8fff863f62b6d0e228aea754efbbde861e9a.tar.gz
gpgme-d3bd8fff863f62b6d0e228aea754efbbde861e9a.zip
Actually implement flags for gpgme_op_spawn.
* src/spawn.c (gpgme_op_spawn_start, gpgme_op_spawn): Pass FLAGS dow to spawn_start and add FLAGS args along the call path. * src/engine-spawn.c (engspawn_start): Hack to automagically provide argv[0].
Diffstat (limited to 'src/engine.h')
-rw-r--r--src/engine.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine.h b/src/engine.h
index ade7de15..bbf009d6 100644
--- a/src/engine.h
+++ b/src/engine.h
@@ -167,7 +167,8 @@ gpgme_error_t _gpgme_engine_op_spawn (engine_t engine,
const char *file, const char *argv[],
gpgme_data_t datain,
gpgme_data_t dataout,
- gpgme_data_t dataerr);
+ gpgme_data_t dataerr,
+ unsigned int flags);
#endif /* ENGINE_H */