mirror of
https://github.com/systemd/systemd.git
synced 2025-03-13 00:58:27 +03:00
It's time. sd-json was already done earlier in this cycle, let's now make sd-varlink public too. This is mostly just a search/replace job of epical proportions. I left some functions internal (mostly IDL handling), and I turned some static inline calls into regular calls.
7 lines
159 B
C
7 lines
159 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
#include "sd-varlink-idl.h"
|
|
|
|
extern const sd_varlink_interface vl_interface_io_systemd_PCRLock;
|