mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
8 lines
190 B
C
8 lines
190 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
#ifndef LABWC_FD_UTIL_H
|
|
#define LABWC_FD_UTIL_H
|
|
|
|
void increase_nofile_limit(void);
|
|
void restore_nofile_limit(void);
|
|
|
|
#endif /* LABWC_FD_UTIL_H */
|