chiark / gitweb /
mount: Don't stop the mountinfo parser if one line can't be read
[elogind.git] / src / utmp-wtmp.h
index 34c3222c99e0cf0634c2e9f3c15193055ee4e4f1..0d608f6a5e8abda5cdf3a708c1d5df59e1108f09 100644 (file)
@@ -1,4 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8 -*-*/
+/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
 #ifndef fooutmpwtmphfoo
 #define fooutmpwtmphfoo
@@ -30,4 +30,6 @@ int utmp_put_shutdown(usec_t timestamp);
 int utmp_put_reboot(usec_t timestamp);
 int utmp_put_runlevel(usec_t timestamp, int runlevel, int previous);
 
+int utmp_wall(const char *message);
+
 #endif