Devin Lehmacher <lehmacdj@xxxxxxxxx> 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) {
Devin Lehmacher <lehmacdj@xxxxxxxxx> 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) {