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:
authorVicent Marti <tanoku@gmail.com>2011-07-11 04:58:00 +0400
committerVicent Marti <tanoku@gmail.com>2011-07-11 04:59:18 +0400
commitbdd18829ad6179947565dcb5b267163c37a045c9 (patch)
tree1447ff26dc5b226bce8c73ff363e960f74c64957 /include/git2.h
parentf27f29b1005d96d1a7adc8702e9958df3965d818 (diff)
Cleanup external API
Some of the WIP API calls have been hidden in preparation for the next minor release.
Diffstat (limited to 'include/git2.h')
-rw-r--r--include/git2.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/git2.h b/include/git2.h
index a8a430654..9729fd9be 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -58,9 +58,7 @@
#include "git2/remote.h"
#include "git2/refspec.h"
-
#include "git2/net.h"
#include "git2/transport.h"
-#include "git2/pkt.h"
#endif