Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
51f0b021
Commit
51f0b021
authored
Nov 17, 2023
by
Peter Pettersson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
util: make git_futils_readbuffer_updated header match source
parent
45fd9ed7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/util/futils.h
+1
-1
No files found.
src/util/futils.h
View file @
51f0b021
...
...
@@ -25,7 +25,7 @@ extern int git_futils_readbuffer(git_str *obj, const char *path);
extern
int
git_futils_readbuffer_updated
(
git_str
*
obj
,
const
char
*
path
,
unsigned
char
checksum
[
GIT_HASH_SHA
1
_SIZE
],
unsigned
char
checksum
[
GIT_HASH_SHA
256
_SIZE
],
int
*
updated
);
extern
int
git_futils_readbuffer_fd_full
(
git_str
*
obj
,
git_file
fd
);
extern
int
git_futils_readbuffer_fd
(
git_str
*
obj
,
git_file
fd
,
size_t
len
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment