summaryrefslogtreecommitdiff
path: root/src/libostree/libostree.sym
diff options
context:
space:
mode:
Diffstat (limited to 'src/libostree/libostree.sym')
-rw-r--r--src/libostree/libostree.sym18
1 files changed, 13 insertions, 5 deletions
diff --git a/src/libostree/libostree.sym b/src/libostree/libostree.sym
index 3e17828a..e8cca9d8 100644
--- a/src/libostree/libostree.sym
+++ b/src/libostree/libostree.sym
@@ -333,11 +333,6 @@ global:
ostree_repo_set_cache_dir;
} LIBOSTREE_2016.4;
-/* NOTE NOTE NOTE
- * Versions above here are released. Only add symbols below this line.
- * NOTE NOTE NOTE
- */
-
LIBOSTREE_2016.6 {
global:
ostree_gpg_verify_result_require_valid_signature;
@@ -345,3 +340,16 @@ global:
ostree_repo_gpg_verify_data;
ostree_repo_remote_fetch_summary_with_options;
} LIBOSTREE_2016.5;
+
+/* NOTE NOTE NOTE
+ * Versions above here are released. Only add symbols below this line.
+ * NOTE NOTE NOTE
+ */
+
+/* Uncomment this when adding a new symbol */
+/*
+LIBOSTREE_2016.7 {
+global:
+ ostree_some_new_symbol;
+} LIBOSTREE_2016.6;
+*/