]> git.proxmox.com Git - mirror_frr.git/blame - pimd/pim_int.h
Merge pull request #13249 from Pdoijode/connected-route-install-fix
[mirror_frr.git] / pimd / pim_int.h
CommitLineData
acddc0ed 1// SPDX-License-Identifier: GPL-2.0-or-later
12e41d03 2/*
896014f4
DL
3 * PIM for Quagga
4 * Copyright (C) 2008 Everton da Silva Marques
896014f4 5 */
12e41d03
DL
6
7#ifndef PIM_INT_H
8#define PIM_INT_H
9
10#include <stdint.h>
11
12uint32_t pim_read_uint32_host(const uint8_t *buf);
13void pim_write_uint32(uint8_t *buf, uint32_t val_host);
14
15#endif /* PIM_INT_H */