chiark / gitweb /
bus: use new property retrieval calls everywhere
[elogind.git] / src / systemd / sd-utf8.h
index 039c36e3252f9cb7b3fdb321552182afb693065b..4a43eb7c2cac779813e4ffd740282cbecf14e50b 100644 (file)
@@ -1,7 +1,7 @@
 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
-#ifndef fooutf8hfoo
-#define fooutf8hfoo
+#ifndef foosdutf8hfoo
+#define foosdutf8hfoo
 
 /***
   This file is part of systemd.
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include "_sd-common.h"
+
+_SD_BEGIN_DECLARATIONS;
+
 const char *sd_utf8_is_valid(const char *s);
 const char *sd_ascii_is_valid(const char *s);
 
+_SD_END_DECLARATIONS;
+
 #endif