]> git.proxmox.com Git - mirror_frr.git/blob - pimd/pim_signals.h
Merge pull request #12791 from taspelund/loc_rib_json_fix
[mirror_frr.git] / pimd / pim_signals.h
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3 * PIM for Quagga
4 * Copyright (C) 2008 Everton da Silva Marques
5 */
6
7 #ifndef PIM_SIGNALS_H
8 #define PIM_SIGNALS_H
9
10 #include "sigevent.h"
11 extern struct frr_signal_t pimd_signals[];
12
13 #endif /* PIM_SIGNALS_H */