]> git.proxmox.com Git - mirror_frr.git/blame - pceplib/test/pcep_msg_object_error_types_test.h
Merge pull request #13113 from sri-mohan1/sri-mohan-ldp
[mirror_frr.git] / pceplib / test / pcep_msg_object_error_types_test.h
CommitLineData
acddc0ed 1// SPDX-License-Identifier: LGPL-2.1-or-later
74971473
JG
2/*
3 * This file is part of the PCEPlib, a PCEP protocol library.
4 *
5 * Copyright (C) 2020 Volta Networks https://voltanet.io/
6 *
74971473
JG
7 * Author : Javier Garcia <javier.garcia@voltanet.io>
8 *
9 */
10
11/*
12 * Timer definitions to be used internally by the pcep_timers library.
13 */
14
15#ifndef PCEP_MSG_OBJECT_ERROR_TYPES_TEST_
16#define PCEP_MSG_OBJECT_ERROR_TYPES_TEST_
17
18int pcep_object_error_types_test_suite_setup(void);
19int pcep_object_error_types_test_suite_teardown(void);
20void pcep_object_error_types_test_setup(void);
21void pcep_object_error_types_test_teardown(void);
22void test_get_error_type_str(void);
23void test_get_error_value_str(void);
24
25#endif /* PCEPTIMERINTERNALS_H_ */