hostname.h 196 B

12345678910
  1. #pragma once
  2. #include <util/generic/fwd.h>
  3. const char* GetHostName();
  4. const TString& HostName();
  5. const char* GetFQDNHostName();
  6. const TString& FQDNHostName();
  7. bool IsFQDN(const TString& name);