]> git.ipfire.org Git - thirdparty/systemd.git/commit
shared: move src/import/curl-util.h to src/shared/
authorZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Tue, 31 Mar 2026 10:40:47 +0000 (12:40 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Wed, 15 Apr 2026 19:27:39 +0000 (21:27 +0200)
commitcdc8aadaed7bf0bb8721a0eda5817e5c88a1b48b
treef9c06da5f36024a8e9341260df2d3c579ee34833
parent0ba59c3d327eff3108904f06de7e55675ac15e4e
shared: move src/import/curl-util.h to src/shared/

Move more common definitions in the header file instead of repeating
them in bunch of places. src/import/curl-util.[ch] is renamed so that
it's shared more naturally with other components.
src/imds/imdsd.c
src/imds/meson.build
src/import/meson.build
src/journal-remote/journal-upload.c
src/shared/curl-util.c [moved from src/import/curl-util.c with 100% similarity]
src/shared/curl-util.h [moved from src/import/curl-util.h with 69% similarity]
src/shared/meson.build