summaryrefslogtreecommitdiff
path: root/src/git_common.h
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2008-10-31 11:04:48 -0700
committerShawn O. Pearce <spearce@spearce.org>2008-10-31 11:21:24 -0700
commit29f0e90ff41bd7079d3e620e15370e3a8385884f (patch)
tree19970ce5d4f01cf1e0c540623e7ca9cd6e0d9c7e /src/git_common.h
parentbce499af70d434e89c9a110374f1b7c6dd3621df (diff)
downloadlibgit2-29f0e90ff41bd7079d3e620e15370e3a8385884f.tar.gz
Add _t suffix to all data types
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'src/git_common.h')
-rw-r--r--src/git_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git_common.h b/src/git_common.h
index f9fce2b42..f5121b1e6 100644
--- a/src/git_common.h
+++ b/src/git_common.h
@@ -59,7 +59,7 @@ GIT_BEGIN_DECL
#define GIT_EXTERN(type) type
/** Generic result code for any API call. */
-typedef int git_result;
+typedef int git_result_t;
/** Operation completed successfully. */
#define GIT_SUCCESS 0