summaryrefslogtreecommitdiff
path: root/src/module-env-28.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/module-env-28.h')
-rw-r--r--src/module-env-28.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/module-env-28.h b/src/module-env-28.h
new file mode 100644
index 00000000000..a2479a8f744
--- /dev/null
+++ b/src/module-env-28.h
@@ -0,0 +1,11 @@
+ /* Add module environment functions newly added in Emacs 28 here.
+ Before Emacs 28 is released, remove this comment and start
+ module-env-29.h on the master branch. */
+
+ void (*(*EMACS_ATTRIBUTE_NONNULL (1)
+ get_function_finalizer) (emacs_env *env,
+ emacs_value arg)) (void *) EMACS_NOEXCEPT;
+
+ void (*set_function_finalizer) (emacs_env *env, emacs_value arg,
+ void (*fin) (void *) EMACS_NOEXCEPT)
+ EMACS_ATTRIBUTE_NONNULL (1);