mirror of
https://git.proxmox.com/git/libgit2
synced 2025-11-03 11:12:27 +00:00
Add missing prototype for p_realpath().
This commit is contained in:
parent
3a2a511be3
commit
0d4a5b13af
@ -21,6 +21,8 @@
|
||||
/* The OpenBSD realpath function behaves differently */
|
||||
#if !defined(__OpenBSD__)
|
||||
# define p_realpath(p, po) realpath(p, po)
|
||||
#else
|
||||
char *p_realpath(const char *, char *);
|
||||
#endif
|
||||
|
||||
#define p_vsnprintf(b, c, f, a) vsnprintf(b, c, f, a)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user