chiark / gitweb /
core: output unit status output strings to console, only if we actually are changing...
[elogind.git] / src / core / locale-setup.h
index 418fdfae1aac70ebd20b5ca5a8767db9f434af68..62c654c37ce358ee5cc290571a5d4d5e06e41b3d 100644 (file)
@@ -1,7 +1,6 @@
 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
-#ifndef foolocalesetuphfoo
-#define foolocalesetuphfoo
+#pragma once
 
 /***
   This file is part of systemd.
@@ -22,6 +21,4 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-int locale_setup(void);
-
-#endif
+int locale_setup(char ***environment);