chiark / gitweb /
Prep v230: Add utmp support to make wall message to work properly.
[elogind.git] / src / basic / user-util.h
index d010b2bf505606e0b1f1613bb743600279773fce..5d1d0abe4d1c960f12eda860335bd90453193e0b 100644 (file)
@@ -35,8 +35,8 @@ static inline int parse_gid(const char *s, gid_t *ret_gid) {
         return parse_uid(s, (uid_t*) ret_gid);
 }
 
-#if 0 /// UNNEEDED by elogind
 char* getlogname_malloc(void);
+#if 0 /// UNNEEDED by elogind
 char* getusername_malloc(void);
 #endif // 0