@@ -762,18 +762,18 @@ GIT_EXTERN(const char *) git_reference_shorthand(const git_reference *ref);
762762#define git_ref_t git_reference_t
763763#define git_reference_normalize_t git_reference_format_t
764764
765- GIT_DEPRECATED (static const unsigned int ) GIT_REF_INVALID = GIT_REFERENCE_INVALID ;
766- GIT_DEPRECATED (static const unsigned int ) GIT_REF_OID = GIT_REFERENCE_DIRECT ;
767- GIT_DEPRECATED (static const unsigned int ) GIT_REF_SYMBOLIC = GIT_REFERENCE_SYMBOLIC ;
768- GIT_DEPRECATED (static const unsigned int ) GIT_REF_LISTALL = GIT_REFERENCE_ALL ;
765+ GIT_DEPRECATED (static const git_ref_t ) GIT_REF_INVALID = GIT_REFERENCE_INVALID ;
766+ GIT_DEPRECATED (static const git_ref_t ) GIT_REF_OID = GIT_REFERENCE_DIRECT ;
767+ GIT_DEPRECATED (static const git_ref_t ) GIT_REF_SYMBOLIC = GIT_REFERENCE_SYMBOLIC ;
768+ GIT_DEPRECATED (static const git_ref_t ) GIT_REF_LISTALL = GIT_REFERENCE_ALL ;
769769
770- GIT_DEPRECATED (static const unsigned int ) GIT_REF_FORMAT_NORMAL =
770+ GIT_DEPRECATED (static const git_reference_normalize_t ) GIT_REF_FORMAT_NORMAL =
771771 GIT_REFERENCE_FORMAT_NORMAL ;
772- GIT_DEPRECATED (static const unsigned int ) GIT_REF_FORMAT_ALLOW_ONELEVEL =
772+ GIT_DEPRECATED (static const git_reference_normalize_t ) GIT_REF_FORMAT_ALLOW_ONELEVEL =
773773 GIT_REFERENCE_FORMAT_ALLOW_ONELEVEL ;
774- GIT_DEPRECATED (static const unsigned int ) GIT_REF_FORMAT_REFSPEC_PATTERN =
774+ GIT_DEPRECATED (static const git_reference_normalize_t ) GIT_REF_FORMAT_REFSPEC_PATTERN =
775775 GIT_REFERENCE_FORMAT_REFSPEC_PATTERN ;
776- GIT_DEPRECATED (static const unsigned int ) GIT_REF_FORMAT_REFSPEC_SHORTHAND =
776+ GIT_DEPRECATED (static const git_reference_normalize_t ) GIT_REF_FORMAT_REFSPEC_SHORTHAND =
777777 GIT_REFERENCE_FORMAT_REFSPEC_SHORTHAND ;
778778
779779/**@}*/
0 commit comments