Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Belfer <rb@github.com>2013-04-30 05:20:58 +0400
committerRussell Belfer <rb@github.com>2013-04-30 05:20:58 +0400
commit203d5b0e6829242ea412bbef7751e3c522ac5dd8 (patch)
treeae56cf3fb00fdb4438d7275a0bdc95d1fc59126c /src/blob.c
parente4af0f001600cfe7d72cfb140fc7dc2d25be2c37 (diff)
Some cleanups
Removed useless prototype and renamed object typecast functions declaration macro.
Diffstat (limited to 'src/blob.c')
-rw-r--r--src/blob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blob.c b/src/blob.c
index d656576b8..25ea0df30 100644
--- a/src/blob.c
+++ b/src/blob.c
@@ -15,7 +15,7 @@
#include "filter.h"
#include "buf_text.h"
-GIT_OBJ_WRAPPER(git_blob, GIT_OBJ_BLOB)
+GIT_OBJECT__TYPED_FUNCTIONS(git_blob, GIT_OBJ_BLOB)
const void *git_blob_rawcontent(const git_blob *blob)
{