chiark / gitweb /
libsystemd: Don't use "class" in public headers
[elogind.git] / src / systemd / sd-login.h
index 87ebafb26445e91905420d82198992d9d148a8c4..c539dd80054da17389269c70a041e9ba0357f30a 100644 (file)
@@ -178,7 +178,7 @@ int sd_seat_can_tty(const char *seat);
 int sd_seat_can_graphical(const char *seat);
 
 /* Return the class of machine */
-int sd_machine_get_class(const char *machine, char **class);
+int sd_machine_get_class(const char *machine, char **clazz);
 
 /* Get all seats, store in *seats. Returns the number of seats. If
  * seats is NULL only returns number of seats. */