]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/test/nss-test-util.h
Merge pull request #18990 from yuwata/network-dhcpv6-use-domains
[thirdparty/systemd.git] / src / test / nss-test-util.h
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
3
4 #include <nss.h>
5 #include <stdint.h>
6
7 const char* nss_status_to_string(enum nss_status status, char *buf, size_t buf_len);
8 void* nss_open_handle(const char *dir, const char *module, int flags);