mirror of
https://github.com/springzfx/cgproxy.git
synced 2026-01-07 13:07:56 +08:00
8 lines
186 B
C
8 lines
186 B
C
/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
|
|
#ifndef __ERRNO_HELPERS_H
|
|
#define __ERRNO_HELPERS_H
|
|
|
|
int errno_by_name(const char *errno_name);
|
|
|
|
#endif /* __ERRNO_HELPERS_H */
|