chiark / gitweb /
Prep v234.4: ake all supportable API functions visible (v234 addition).
[elogind.git] / src / systemd / sd-daemon.h
index 1780746c7285b47a1517b2ff3f3da768af0e727c..cd9e30e9ee46767e8fec5be58f7ad2d2768fdca7 100644 (file)
@@ -57,7 +57,6 @@ _SD_BEGIN_DECLARATIONS;
 /* The first passed file descriptor is fd 3 */
 #define SD_LISTEN_FDS_START 3
 
-#if 0 /// unsupported by elogind
 /*
   Returns how many file descriptors have been passed, or a negative
   errno code on failure. Optionally, removes the $LISTEN_FDS and
@@ -76,7 +75,6 @@ _SD_BEGIN_DECLARATIONS;
 int sd_listen_fds(int unset_environment);
 
 int sd_listen_fds_with_names(int unset_environment, char ***names);
-#endif // 0
 
 /*
   Helper call for identifying a passed file descriptor. Returns 1 if