]> gitweb.hhaalo.de Git - feierabend.git/commitdiff
rename write entry node
authorBastian Dehn <hhaalo@arcor.de>
Sat, 14 Feb 2026 08:42:02 +0000 (09:42 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 14 Feb 2026 08:42:02 +0000 (09:42 +0100)
src/xml.c

index 8eecf34c0edfc35625256ab4a6cf4076342ceff6..b5899ec3ddb833126c706f4d83e32027bb2d7ce7 100644 (file)
--- a/src/xml.c
+++ b/src/xml.c
@@ -130,7 +130,7 @@ void init_time_acount()
        xmlElemName = NULL;
 }
 
-void writeEntryNode(xmlTextWriterPtr xmlWriter,
+void write_entry_node(xmlTextWriterPtr xmlWriter,
        const char* date,
        uint8_t begin_hour,
        uint8_t begin_min,
@@ -398,7 +398,7 @@ void addEntry(const char* date,
                return;
 
        get_seconds_from_string(saldostr, saldo);
-       writeEntryNode(xmlwriter, date, begin_hour, begin_min, end_hour, end_min, *saldo);
+       write_entry_node(xmlwriter, date, begin_hour, begin_min, end_hour, end_min, *saldo);
        xmlTextWriterEndElement(xmlwriter);
        xmlTextWriterEndDocument(xmlwriter);