/*- * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2025 The FreeBSD Foundation * All rights reserved. * * This software were developed by Konstantin Belousov * under sponsorship from the FreeBSD Foundation. */ #ifndef _EXTERR_H_ #define _EXTERR_H_ #include #include __BEGIN_DECLS int uexterr_gettext(char *buf, size_t bufsz); __END_DECLS #endif