summaryrefslogtreecommitdiff
path: root/src/systemd/sd-login.h
diff options
context:
space:
mode:
authorMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2014-03-19 11:20:41 +0900
committerLennart Poettering <lennart@poettering.net>2014-03-24 20:36:57 +0100
commite43e3e3eed40d72d2d2d3efff2d889a91ef93262 (patch)
tree4b30f6750102f2fa322788c52ea14a7b73266abe /src/systemd/sd-login.h
parent7f8aa67131cfc03ddcbd31c0420754864fc122f0 (diff)
downloadsystemd-e43e3e3eed40d72d2d2d3efff2d889a91ef93262.tar.gz
libsystemd: Don't use "class" in public headers
For compatibility with C++
Diffstat (limited to 'src/systemd/sd-login.h')
-rw-r--r--src/systemd/sd-login.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd/sd-login.h b/src/systemd/sd-login.h
index 87ebafb264..c539dd8005 100644
--- a/src/systemd/sd-login.h
+++ b/src/systemd/sd-login.h
@@ -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. */