diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-07-27 22:36:36 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-08-05 20:49:21 -0400 |
commit | ae691c1d9382995ea7e28317f5c37023229c27ee (patch) | |
tree | 62ecbb70b83af41c523969a33c98efddef4eba35 /src/basic/hostname-util.h | |
parent | 17eb9a9ddba3f03fcba33445c1c1eedeb948da04 (diff) |
hostname-util: get rid of unused parameter of hostname_cleanup()
All users are now setting lowercase=false.
Diffstat (limited to 'src/basic/hostname-util.h')
-rw-r--r-- | src/basic/hostname-util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/hostname-util.h b/src/basic/hostname-util.h index ecae3a267c..6f2b5b66ff 100644 --- a/src/basic/hostname-util.h +++ b/src/basic/hostname-util.h @@ -30,7 +30,7 @@ bool hostname_is_set(void); char* gethostname_malloc(void); bool hostname_is_valid(const char *s, bool relax) _pure_; -char* hostname_cleanup(char *s, bool lowercase); +char* hostname_cleanup(char *s); bool is_localhost(const char *hostname); |