chiark / gitweb /
bus: add .busname unit type to implement kdbus-style bus activation
[elogind.git] / src / core / tcpwrap.h
index 0c87b111ee53711d1cfd0ee57d0de0b741185e2a..3353b6596ee720646c889c528c35619b0d8fb06d 100644 (file)
@@ -1,7 +1,6 @@
 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
-#ifndef foolibwraphfoo
-#define foolibwraphfoo
+#pragma once
 
 /***
   This file is part of systemd.
@@ -25,5 +24,3 @@
 #include <stdbool.h>
 
 bool socket_tcpwrap(int fd, const char *name);
-
-#endif