Devin Lehmacher <[email protected]> writes: > +static char* get_socket_path(void) {
By the way, in our codebase (which is C not C++), the asterisk does
not stick to the type, i.e. the above should be:
static char *get_socket_path(void)
{

