aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2021-03-04 17:14:02 +0100
committerWerner Koch <wk@gnupg.org>2021-03-04 17:14:02 +0100
commit7262d602d802c4a3840097d5de217fcfb9728b49 (patch)
treece9ff351710666b1e063cae898fca1b618323cef
parent089c9439674e8ecbc64f0ba924e6fb447bbc2b9d (diff)
downloadgnupg-7262d602d802c4a3840097d5de217fcfb9728b49.tar.gz
common: Rename w32-misc.c to w32-cmdline.cHEADmaster
* common/w32-misc.c: Rename to .... * common/w32-cmdline.c: this. * common/Makefile.am: Adjust. --
-rw-r--r--common/Makefile.am4
-rw-r--r--common/w32-cmdline.c (renamed from common/w32-misc.c)2
-rw-r--r--common/w32help.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index bc063ec16..2621634c4 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -102,7 +102,7 @@ common_sources = \
if HAVE_W32_SYSTEM
-common_sources += w32-reg.c w32-misc.c
+common_sources += w32-reg.c w32-cmdline.c
endif
# To make the code easier to read we have split home some code into
@@ -222,7 +222,7 @@ t_name_value_LDADD = $(t_common_ldadd)
t_ccparray_LDADD = $(t_common_ldadd)
t_recsel_LDADD = $(t_common_ldadd)
-t_w32_cmdline_SOURCES = t-w32-cmdline.c w32-misc.c $(t_extra_src)
+t_w32_cmdline_SOURCES = t-w32-cmdline.c w32-cmdline.c $(t_extra_src)
t_w32_cmdline_LDADD = $(t_common_ldadd)
# System specific test
diff --git a/common/w32-misc.c b/common/w32-cmdline.c
index 2a0ba86e5..85d57523a 100644
--- a/common/w32-misc.c
+++ b/common/w32-cmdline.c
@@ -1,4 +1,4 @@
-/* w32-misc.c - Helper functions needed in Windows
+/* w32-cmdline.c - Command line helper functions needed in Windows
* Copyright (C) 2021 g10 Code GmbH
*
* This file is part of GnuPG.
diff --git a/common/w32help.h b/common/w32help.h
index 7f97f0d3e..edb51b8b7 100644
--- a/common/w32help.h
+++ b/common/w32help.h
@@ -31,7 +31,7 @@
#ifndef GNUPG_COMMON_W32HELP_H
#define GNUPG_COMMON_W32HELP_H
-/*-- w32-misc.c --*/
+/*-- w32-cmdline.c --*/
/* This module is also part of the Unix tests. */
char **w32_parse_commandline (char *cmdline, int globing, int *r_argv,