chiark / gitweb /
path-util: in path_is_mount_point() fall back to the classic stat() test if fs does...
[elogind.git] / src / shared / specifier.h
index 57d1fcb35cf1821f5dd6c529354a8bcccecdb289..25a27a423f24731203a07d7c34e2bba0209129a5 100644 (file)
@@ -1,7 +1,6 @@
 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
-#ifndef foospecifierhfoo
-#define foospecifierhfoo
+#pragma once
 
 /***
   This file is part of systemd.
@@ -33,5 +32,3 @@ typedef struct Specifier {
 char *specifier_printf(const char *text, const Specifier table[], void *userdata);
 
 char* specifier_string(char specifier, void *data, void *userdata);
-
-#endif