texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Patrice Dumas
Date: Thu, 3 Oct 2024 14:01:42 -0400 (EDT)

branch: master
commit 097e184c0983c31147e924e62bff0e9920e2354d
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Thu Oct 3 20:01:38 2024 +0200

    * tp/Texinfo/XS/main/get_perl_info.h: declare html_fill_sv_options and
    html_fill_button_sv_specification_list.
---
 ChangeLog                          | 5 +++++
 tp/Texinfo/XS/main/get_perl_info.h | 5 ++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index ba909a855e..f785d2f4bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-10-03  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/XS/main/get_perl_info.h: declare html_fill_sv_options and
+       html_fill_button_sv_specification_list.
+
 2024-08-07  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/XS/main/utils.c (initialize_options_list),
diff --git a/tp/Texinfo/XS/main/get_perl_info.h 
b/tp/Texinfo/XS/main/get_perl_info.h
index ca2a1c8cea..427f032dcb 100644
--- a/tp/Texinfo/XS/main/get_perl_info.h
+++ b/tp/Texinfo/XS/main/get_perl_info.h
@@ -13,7 +13,7 @@
 #include "convert_to_text.h"
 
 /* in options_get_perl.c */
-void html_fill_options (OPTIONS *options, const CONVERTER *converter);
+void html_fill_sv_options (OPTIONS *options, const CONVERTER *converter);
 
 extern const char *html_button_function_type_string[];
 
@@ -47,6 +47,9 @@ OPTIONS *init_copy_sv_options (SV *sv_in, CONVERTER 
*converter, int force,
 int set_sv_conf (CONVERTER *converter, const char *conf, SV *value);
 void force_sv_conf (CONVERTER *converter, const char *conf, SV *value);
 
+void html_fill_button_sv_specification_list (const CONVERTER *converter,
+                                     BUTTON_SPECIFICATION_LIST *result);
+
 INDEX_ENTRY *find_index_entry_sv (const SV *index_entry_sv,
                      INDEX_LIST *indices_info,
                      const char *warn_string, const INDEX **entry_idx,



reply via email to

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