aboutsummaryrefslogtreecommitdiffstats
path: root/g10/exec.h
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2022-11-09 01:37:58 +0000
committerNIIBE Yutaka <[email protected]>2022-11-09 01:37:58 +0000
commit8afa9735a6968ccd4be4e22a98d5b775df0c695a (patch)
tree557991b754666bf98376ed0b66612caa211ab82c /g10/exec.h
parentgpg: New option --quick-update-pref. (diff)
downloadgnupg-8afa9735a6968ccd4be4e22a98d5b775df0c695a.tar.gz
gnupg-8afa9735a6968ccd4be4e22a98d5b775df0c695a.zip
gpg: Move w32_system function.
* g10/exec.h (w32_system): Not exposed. * g10/exec.c (w32_system): Move to ... * g10/photoid.c: here. -- Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'g10/exec.h')
-rw-r--r--g10/exec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/g10/exec.h b/g10/exec.h
index 6b24d1c51..b3f96cf9d 100644
--- a/g10/exec.h
+++ b/g10/exec.h
@@ -21,6 +21,5 @@
#define _EXEC_H_
int set_exec_path(const char *path);
-int w32_system(const char *command);
#endif /* !_EXEC_H_ */