summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 2b1a4a456..dc3062223 100644
--- a/src/common.h
+++ b/src/common.h
@@ -85,7 +85,13 @@
/*
* Include the declarations for deprecated functions; this ensures
* that they're decorated with the proper extern/visibility attributes.
+ *
+ * Before doing that, declare that we don't want compatibility git_buf
+ * definitions. We want to avoid intermingling the public compatibility
+ * layer with our actual git_buf types and functions.
*/
+
+#define GIT_DEPRECATE_BUF
#include "git2/deprecated.h"
#include "posix.h"