mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
common: Rename sh-exectool to exectool.
* common/sh-exectool.c: Rename to exectool.c. * common/sh-exectool.h: Rename to exectool.h. * common/Makefile.am (common_sources): Adjust for rename. * common/exectool.c (sh_exec_tool_stream): Rename to gnupg_exec-tool-stream. (sh_exec_tool): Rename to gnupg_exec_tool. * tools/gpgtar-create.c (gpgtar_create): Adjust for changes. * tools/gpgtar-extract.c: Adjust for changes. * tools/gpgtar-list.c: Adjust for changes. -- The "sh-" presifx is used by g13 for system helpers which are used by processes created via userv. A generic function in common/ should also have a generic name. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
f5aa51aaac
commit
d80e1bc430
6 changed files with 30 additions and 30 deletions
|
@ -88,7 +88,7 @@ common_sources = \
|
|||
mkdir_p.c mkdir_p.h \
|
||||
strlist.c strlist.h \
|
||||
call-gpg.c call-gpg.h \
|
||||
sh-exectool.c sh-exectool.h
|
||||
exectool.c exectool.h
|
||||
|
||||
if HAVE_W32_SYSTEM
|
||||
common_sources += w32-reg.c w32-afunix.c w32-afunix.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue