aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl14
1 files changed, 12 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index a9f84fb..5b897eb 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -19,8 +19,12 @@ if (collect_metadata)
OPTIONS: meta
} "Print the build and simulation ids"
-
-
+ SCHEDULE Formaline_RegisterPublishRDF_Callbacks IN RegisterPublishCallbacks
+ {
+ LANG: C
+ OPTIONS: meta
+ } "Register RDF callbacks for the Publish API"
+
SCHEDULE Formaline_RegisterWarnings AT wragh
{
LANG: C
@@ -45,4 +49,10 @@ if (collect_metadata)
OPTIONS: global
} "Put some meta information about the current run into permanent storage"
+ SCHEDULE Formaline_UnregisterPublishRDF_Callbacks IN UnregisterPublishCallbacks
+ {
+ LANG: C
+ OPTIONS: meta
+ } "Unregister RDF callbacks for the Publish API"
+
}