Karthik Nayak <karthik....@gmail.com> writes:

> +/* Free all memory allocated for ref_array */
> +void ref_array_clear(struct ref_array *array)

Is this a private function? If so, then add static. If not, you probably
want to export it in a .h file.

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to