summaryrefslogtreecommitdiff
path: root/src/blob.c
diff options
context:
space:
mode:
authorVicent Martí <vicent@github.com>2013-04-30 04:02:52 -0700
committerVicent Martí <vicent@github.com>2013-04-30 04:02:52 -0700
commitcd2ed9f0cc9d8e0e1724304e946adb28271e0669 (patch)
treecdf9e1dade9f0d6e0317735ac2d40d81ff074c16 /src/blob.c
parentd76fb20ebce03b2fd87c2472d556bf9b64894efd (diff)
parent203d5b0e6829242ea412bbef7751e3c522ac5dd8 (diff)
downloadlibgit2-cd2ed9f0cc9d8e0e1724304e946adb28271e0669.tar.gz
Merge pull request #1518 from arrbee/export-oid-comparison
Remove most inlines from the public API
Diffstat (limited to 'src/blob.c')
-rw-r--r--src/blob.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/blob.c b/src/blob.c
index a68c4cc3e..25ea0df30 100644
--- a/src/blob.c
+++ b/src/blob.c
@@ -15,6 +15,8 @@
#include "filter.h"
#include "buf_text.h"
+GIT_OBJECT__TYPED_FUNCTIONS(git_blob, GIT_OBJ_BLOB)
+
const void *git_blob_rawcontent(const git_blob *blob)
{
assert(blob);