diff options
author | Elijah Newren <newren@gmail.com> | 2018-08-15 10:54:06 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-08-15 11:52:09 -0700 |
commit | 17313107454de99c0ebdf1a981b1f6a2b17dc2f5 (patch) | |
tree | d0dd9691054c566862b26edcdd564aff99e215b0 /templates | |
parent | Add missing includes and forward declarations (diff) | |
download | tgif-17313107454de99c0ebdf1a981b1f6a2b17dc2f5.tar.xz |
alloc: make allocate_alloc_state and clear_alloc_state more consistent
Since both functions are using the same data type, they should either both
refer to it as void *, or both use the real type (struct alloc_state *).
Opt for the latter.
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'templates')
0 files changed, 0 insertions, 0 deletions