summaryrefslogtreecommitdiff
path: root/src/global.h
diff options
context:
space:
mode:
authorVicent Martí <tanoku@gmail.com>2012-05-05 14:22:53 -0700
committerVicent Martí <tanoku@gmail.com>2012-05-05 14:22:53 -0700
commit48ecd122ea6fb8cf12fb4029974c314e5d9efb62 (patch)
tree88f90fa8c9d903f072a2b1c647c51a9899e520c7 /src/global.h
parent2218fd57a50ceb851cb131939bf0747e072e40f6 (diff)
parent4ef14af93517b3842bc0dfa24147cf10dd029582 (diff)
downloadlibgit2-48ecd122ea6fb8cf12fb4029974c314e5d9efb62.tar.gz
Merge pull request #659 from libgit2/development-merge
New-error-handling
Diffstat (limited to 'src/global.h')
-rw-r--r--src/global.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/global.h b/src/global.h
index 0c1e3289c..2b525ce07 100644
--- a/src/global.h
+++ b/src/global.h
@@ -14,6 +14,9 @@ typedef struct {
char last[1024];
} error;
+ git_error *last_error;
+ git_error error_t;
+
git_mwindow_ctl mem_ctl;
} git_global_st;