blob: a3ee604cd76509969ba63ca88f26c8b2ab2d7820 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* PIM for Quagga
* Copyright (C) 2008 Everton da Silva Marques
*/
#ifndef PIM_SIGNALS_H
#define PIM_SIGNALS_H
#include "sigevent.h"
extern struct frr_signal_t pimd_signals[];
#endif /* PIM_SIGNALS_H */
|