1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

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 <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka 2022-11-09 10:37:58 +09:00
parent d40d23b233
commit 8afa9735a6
No known key found for this signature in database
GPG key ID: 640114AF89DE6054
3 changed files with 108 additions and 117 deletions

View file

@ -21,6 +21,5 @@
#define _EXEC_H_
int set_exec_path(const char *path);
int w32_system(const char *command);
#endif /* !_EXEC_H_ */