diff options
Diffstat (limited to 'src/map.h')
| -rw-r--r-- | src/map.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ typedef struct { /* memory mapped buffer */ #endif } git_map; +extern int validate_map_args(git_map *out, size_t len, int prot, int flags, int fd, git_off_t offset); + extern int p_mmap(git_map *out, size_t len, int prot, int flags, int fd, git_off_t offset); extern int p_munmap(git_map *map); |
