summaryrefslogtreecommitdiff
path: root/builder/builder-manifest.h
diff options
context:
space:
mode:
Diffstat (limited to 'builder/builder-manifest.h')
-rw-r--r--builder/builder-manifest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/builder/builder-manifest.h b/builder/builder-manifest.h
index 4778705..32d966a 100644
--- a/builder/builder-manifest.h
+++ b/builder/builder-manifest.h
@@ -47,6 +47,7 @@ const char * builder_manifest_get_id (BuilderManifest *self);
const char * builder_manifest_get_id_platform (BuilderManifest *self);
BuilderOptions *builder_manifest_get_build_options (BuilderManifest *self);
GList * builder_manifest_get_modules (BuilderManifest *self);
+const char * builder_manifest_get_branch (BuilderManifest *self);
gboolean builder_manifest_start (BuilderManifest *self,
BuilderContext *context,