mirror of
https://github.com/systemd/systemd.git
synced 2026-08-07 00:21:01 +00:00
sd-login: c++ compatibility
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user