summaryrefslogtreecommitdiff
path: root/liblightdm-gobject/lightdm/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'liblightdm-gobject/lightdm/system.h')
-rw-r--r--liblightdm-gobject/lightdm/system.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/liblightdm-gobject/lightdm/system.h b/liblightdm-gobject/lightdm/system.h
new file mode 100644
index 00000000..f070ec80
--- /dev/null
+++ b/liblightdm-gobject/lightdm/system.h
@@ -0,0 +1,21 @@
+/*
+ * Copyright (C) 2010-2011 Robert Ancell.
+ * Author: Robert Ancell <robert.ancell@canonical.com>
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 3 of the License, or (at your option) any
+ * later version. See http://www.gnu.org/copyleft/lgpl.html the full text of the
+ * license.
+ */
+
+#ifndef _LIGHTDM_HOSTNAME_H_
+#define _LIGHTDM_HOSTNAME_H_
+
+#include <glib-object.h>
+
+const gchar *lightdm_get_hostname (void);
+
+G_END_DECLS
+
+#endif /* _LIGHTDM_HOSTNAME_H_ */