errors.c
7.22 KB
-
util: include git2/deprecated.h in errors.c · 3889ea5e
In C99 functions need to be declared before they are defined. We could just add the declarations before them, but including the header allows the compiler to warn if they differ.
Peter Pettersson committed