SystemAgent/include/utils/user_system_util.h

6 lines
113 B
C

#ifndef USER_SYSTEM_UTIL_H
#define USER_SYSTEM_UTIL_H
int user_system_get_systemd_unique_id(char *uuid);
#endif