]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/basic/dlfcn-util.h
update TODO
[thirdparty/systemd.git] / src / basic / dlfcn-util.h
CommitLineData
88d775b7
LP
1/* SPDX-License-Identifier: LGPL-2.1+ */
2#pragma once
3
4#include <dlfcn.h>
5
6#include "macro.h"
7
8DEFINE_TRIVIAL_CLEANUP_FUNC(void*, dlclose);
49b19567
LP
9
10int dlsym_many_and_warn(void *dl, int level, ...);