diff options
| author | Werner Koch <[email protected]> | 2014-04-08 13:55:51 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2014-04-08 13:57:14 +0000 |
| commit | b4cf4686f7349be9558217f20e51157398cd88a0 (patch) | |
| tree | ed04e4493fc4a55697cd83a189592e0522f0ccd1 /tools/gpgconf.h | |
| parent | scd: Silent compiler warnings about unused variables. (diff) | |
| download | gnupg-b4cf4686f7349be9558217f20e51157398cd88a0.tar.gz gnupg-b4cf4686f7349be9558217f20e51157398cd88a0.zip | |
gpgconf: Add command --launch.
* tools/gpgconf.c: Add command --launch.
* tools/gpgconf-comp.c (gc_component_launch): New.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'tools/gpgconf.h')
| -rw-r--r-- | tools/gpgconf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/gpgconf.h b/tools/gpgconf.h index 9caa0d490..0286c2737 100644 --- a/tools/gpgconf.h +++ b/tools/gpgconf.h @@ -44,6 +44,9 @@ char *gc_percent_escape (const char *src); void gc_error (int status, int errnum, const char *fmt, ...); +/* Launch given component. */ +void gc_component_launch (int component); + /* Kill given component. */ void gc_component_kill (int component); |
