summaryrefslogtreecommitdiff
path: root/src/threadstate.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-10-17 10:20:46 -0400
committerGitHub <noreply@github.com>2021-10-17 10:20:46 -0400
commite61abdce434e17104b40c09b34094e2d571ba9e9 (patch)
treebe5e1cdbfa218ba81ec06bf45e45cfeb7f79a2a5 /src/threadstate.h
parent66ffac25110b3ab0f81e547f0045a1d0fe6991d5 (diff)
parentf0e693b18afbe1de37d7da5b5a8967b6c87d8e53 (diff)
downloadlibgit2-e61abdce434e17104b40c09b34094e2d571ba9e9.tar.gz
Merge pull request #6078 from libgit2/ethomson/gitstr
`git_buf`: now a public-only API (`git_str` is our internal API)
Diffstat (limited to 'src/threadstate.h')
-rw-r--r--src/threadstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/threadstate.h b/src/threadstate.h
index 51810a939..c10f26b59 100644
--- a/src/threadstate.h
+++ b/src/threadstate.h
@@ -12,7 +12,7 @@
typedef struct {
git_error *last_error;
git_error error_t;
- git_buf error_buf;
+ git_str error_buf;
char oid_fmt[GIT_OID_HEXSZ+1];
} git_threadstate;