Devin Lehmacher <lehma...@gmail.com> 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)
        {

Reply via email to