Revision 94294e92e107009f96c7496387717e618dc249c4 authored by Junio C Hamano on 16 May 2021, 12:05:24 UTC, committed by Junio C Hamano on 16 May 2021, 12:05:24 UTC
* lh/maintenance-leakfix:
  maintenance: fix two memory leaks
2 parent s caf6840 + c5d0b12
Raw File
version.h
#ifndef VERSION_H
#define VERSION_H

extern const char git_version_string[];
extern const char git_built_from_commit_string[];

const char *git_user_agent(void);
const char *git_user_agent_sanitized(void);

#endif /* VERSION_H */
back to top