texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: tp/Texinfo/XS/api_to_perl.h: commit missed file


From: Patrice Dumas
Subject: branch master updated: tp/Texinfo/XS/api_to_perl.h: commit missed file
Date: Sat, 28 Oct 2023 16:36:20 -0400

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 1c09841889 tp/Texinfo/XS/api_to_perl.h: commit missed file
1c09841889 is described below

commit 1c098418894828e006b46c6f9024c911d693f16b
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Oct 28 22:35:50 2023 +0200

    tp/Texinfo/XS/api_to_perl.h: commit missed file
---
 tp/Texinfo/XS/main/api_to_perl.h | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/tp/Texinfo/XS/main/api_to_perl.h b/tp/Texinfo/XS/main/api_to_perl.h
new file mode 100644
index 0000000000..64b29f9e18
--- /dev/null
+++ b/tp/Texinfo/XS/main/api_to_perl.h
@@ -0,0 +1,11 @@
+/* tree_perl_api.h - API to interact with perl from C code */
+#ifndef TREE_PERL_API_H
+#define TREE_PERL_API_H
+
+#include "tree_types.h"
+
+void unregister_perl_tree_element (ELEMENT *e);
+
+void call_switch_to_global_locale (void);
+void call_sync_locale (void);
+#endif



reply via email to

[Prev in Thread] Current Thread [Next in Thread]