Home GnuPG
Diffusion GnuPG 93e855553eba

common: Prefix the mkdir functions with gnupg_. Make args const.
93e855553ebaUnpublished

Unpublished Commit ยท Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.

Description

common: Prefix the mkdir functions with gnupg_. Make args const.

* common/mkdir_p.h (mkdir_p): Rename from this...
(gnupg_mkdir_p): ... to this.  Change directory_component's type from
char * to const char *.
(amkdir_p): Rename from this...
(gnupg_amkdir_p): ... to this.  Change directory_component's type from
char * to const char *.
* common/mkdir_p.c (mkdir_p): Rename from this...
(gnupg_mkdir_p): ... to this.  Change directory_component's type from
char * to const char *.
(amkdir_p): Rename from this...
(gnupg_amkdir_p): ... to this.  Change directory_component's type from
char * to const char *.
  • Signed-off-by: Neal H. Walfield <neal@g10code.com>.

Details

Provenance
Neal H. Walfield <neal@g10code.com>Authored on Oct 16 2015, 4:30 PM
Parents
rG3de5ef759895: cleanup: Fix confusion between gpg_error_t and gpg_err_code_t.
Branches
Unknown
Tags
Unknown

Event Timeline

Neal H. Walfield <neal@g10code.com> committed rG93e855553eba: common: Prefix the mkdir functions with gnupg_. Make args const. (authored by Neal H. Walfield <neal@g10code.com>).Oct 16 2015, 4:40 PM