X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fsystemd%2Fsd-login.h;h=a230aff4c53779c8c2990663ef61d8bf3b8d7e68;hb=ebcf1f97de4f6b1580ae55eb56b1a3939fe6b602;hp=961bd88ec72e3b69e010e668ae69f6070998fa49;hpb=5f34246c751504d505fbbe57d49148beea74edbe;p=elogind.git diff --git a/src/systemd/sd-login.h b/src/systemd/sd-login.h index 961bd88ec..a230aff4c 100644 --- a/src/systemd/sd-login.h +++ b/src/systemd/sd-login.h @@ -25,9 +25,7 @@ #include #include -#ifdef __cplusplus -extern "C" { -#endif +#include "_sd-common.h" /* * A few points: @@ -49,6 +47,8 @@ extern "C" { * See sd-login(3) for more information. */ +_SD_BEGIN_DECLARATIONS; + /* Get session from PID. Note that 'shared' processes of a user are * not attached to a session, but only attached to a user. This will * return an error for system processes and 'shared' processes of a @@ -182,8 +182,6 @@ int sd_login_monitor_get_events(sd_login_monitor *m); /* Get timeout for poll(), as usec value relative to CLOCK_MONOTONIC's epoch */ int sd_login_monitor_get_timeout(sd_login_monitor *m, uint64_t *timeout_usec); -#ifdef __cplusplus -} -#endif +_SD_END_DECLARATIONS; #endif