[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: Commit header files
From: |
Patrice Dumas |
Subject: |
branch master updated: Commit header files |
Date: |
Wed, 22 Nov 2023 16:49:06 -0500 |
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 aefb0d9b38 Commit header files
aefb0d9b38 is described below
commit aefb0d9b380d3e50755a7fe9e264632eebba67db
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Nov 22 22:48:51 2023 +0100
Commit header files
---
tp/Texinfo/XS/convert/get_html_perl_info.h | 2 --
tp/Texinfo/XS/main/get_perl_info.h | 3 +++
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/tp/Texinfo/XS/convert/get_html_perl_info.h
b/tp/Texinfo/XS/convert/get_html_perl_info.h
index 4ce8056425..1dbf66d6a2 100644
--- a/tp/Texinfo/XS/convert/get_html_perl_info.h
+++ b/tp/Texinfo/XS/convert/get_html_perl_info.h
@@ -19,6 +19,4 @@ int html_converter_initialize_sv (SV *converter_sv,
void html_converter_prepare_output_sv (SV *converter_sv, CONVERTER *converter);
-BUTTON_SPECIFICATION_LIST *html_get_button_specification_list (SV *buttons_sv);
-
#endif
diff --git a/tp/Texinfo/XS/main/get_perl_info.h
b/tp/Texinfo/XS/main/get_perl_info.h
index ece0e189da..24b67ac2db 100644
--- a/tp/Texinfo/XS/main/get_perl_info.h
+++ b/tp/Texinfo/XS/main/get_perl_info.h
@@ -38,4 +38,7 @@ INDEX_SORTED_BY_LETTER *get_sv_index_entries_sorted_by_letter
(INDEX **index_names, SV *index_entries_sorted_by_letter);
TEXT_OPTIONS *copy_sv_options_for_convert_text (SV *sv_in);
+
+BUTTON_SPECIFICATION_LIST *html_get_button_specification_list (SV *buttons_sv);
+
#endif
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: Commit header files,
Patrice Dumas <=