mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 06:52:22 +03:00
4 lines
61 B
C
4 lines
61 B
C
|
#include <stdbool.h>
|
||
|
|
||
|
bool session_id_valid(const char *id);
|