ARPA2 Common Libraries
2.6.2
include
arpa2
com_err.h
1
79
/* This file was part of ARPA2CM, version 0.8.3 and later.
80
* https://gitlab.com/arpa2/arpa2cm
81
*
82
* It was later included into the ARPA2 Common Libraries, fetching from
83
* commit 6c995b1a28190c1c5f477edca642999ebf45e243 in ARPA2CM.
84
*
85
* Redistribution and use is allowed according to the terms of the two-clause BSD license.
86
* SPDX-License-Identifier: BSD-2-Clause
87
* SPDX-FileCopyrightText: Copyright 2020 Adriaan de Groot <groot@kde.org>
88
*
89
*/
90
91
#ifndef ARPA2_COM_ERR_H
92
#define ARPA2_COM_ERR_H
93
94
113
void
arpa2comerr_init
(
void
);
114
115
#ifdef __FreeBSD__
116
#include <com_err.h>
117
#else
118
#include <et/com_err.h>
119
#endif
120
121
#endif
122
arpa2comerr_init
void arpa2comerr_init(void)
Initialise the COM-ERR list of error codes.
Generated by
1.9.1