sd-login: c++ compatibility

This commit is contained in:
Lennart Poettering
2012-03-05 15:16:10 +01:00
parent a84f9b3c1d
commit e09a9a35a1

View File

@@ -94,7 +94,7 @@ int sd_session_get_service(const char *session, char **service);
int sd_session_get_type(const char *session, char **type);
/* Determine the class of this session, i.e. one of "user", "greeter" or "lock-screen". */
int sd_session_get_class(const char *session, char **class);
int sd_session_get_class(const char *session, char **clazz);
/* Determine the X11 display of this session. */
int sd_session_get_display(const char *session, char **display);