#ifndef NSIGNER_SOCKET_NAME_H #define NSIGNER_SOCKET_NAME_H #include /* * Generate random socket name in format: nsigner__ * Returns 0 on success, -1 on error. */ int socket_name_random(char *out, size_t out_len); #endif /* NSIGNER_SOCKET_NAME_H */