]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/shared/nscd-flush.h
hwdb: Add mapping for Xiaomi Mipad 2 bottom bezel capacitive buttons
[thirdparty/systemd.git] / src / shared / nscd-flush.h
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
3
4 #if ENABLE_NSCD
5 int nscd_flush_cache(char **databases);
6 #else
7 static inline void nscd_flush_cache(char **databases) {}
8 #endif