Commit b3fc2d8f7978aab6bd758ef54b89a004b579db58

Thomas de Grivel 2025-01-06T09:22:58

update sources

diff --git a/sources.mk b/sources.mk
index f7046e5..c1f7e5f 100644
--- a/sources.mk
+++ b/sources.mk
@@ -1,7 +1,10 @@
 # sources.mk generated by update_sources
 HEADERS = \
+	"kc3_smtp.h" \
 	"smtp.h" \
+	"types.h" \
 
 SOURCES = \
+	"kc3_smtp.c" \
 	"smtp.c" \
 
diff --git a/sources.sh b/sources.sh
index e0b3fc8..7116322 100644
--- a/sources.sh
+++ b/sources.sh
@@ -1,3 +1,3 @@
 # sources.sh generated by update_sources
-HEADERS='smtp.h '
-SOURCES='smtp.c '
+HEADERS='kc3_smtp.h smtp.h types.h '
+SOURCES='kc3_smtp.c smtp.c '