2011-05-13 15:48:45 +01:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2011 Red Hat, Inc
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
2014-01-23 12:57:27 +01:00
|
|
|
* along with this program; if not, see <http://www.gnu.org/licenses/>.
|
2011-05-13 15:48:45 +01:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2018-06-01 12:15:08 +12:00
|
|
|
#pragma once
|
|
|
|
|
2011-05-13 15:48:45 +01:00
|
|
|
char *pretty_hostname_to_static (const char *pretty,
|
|
|
|
gboolean for_display);
|
2016-06-10 16:15:52 +02:00
|
|
|
char *pretty_hostname_to_ssid (const char *pretty);
|