chiark / gitweb /
Prep v232.2: Mask more unneeded functions
[elogind.git] / src / basic / errno-list.h
index 752e139fa417f8b9ce8a5e2b740d5125408ad9eb..fb3d05e5e3bf41f9c7e90018333acd3534711c22 100644 (file)
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
 #pragma once
 
 /***
@@ -24,7 +22,6 @@
 const char *errno_to_name(int id);
 int errno_from_name(const char *name);
 
-/// UNNEEDED by elogind
-#if 0
+#if 0 /// UNNEEDED by elogind
 int errno_max(void);
 #endif // 0