summaryrefslogtreecommitdiff
path: root/pimd/pim_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/pim_util.h')
-rw-r--r--pimd/pim_util.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pimd/pim_util.h b/pimd/pim_util.h
index 94635466d9..b65b3331bc 100644
--- a/pimd/pim_util.h
+++ b/pimd/pim_util.h
@@ -11,7 +11,7 @@
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
-
+
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING; if not, write to the
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
@@ -32,6 +32,6 @@ uint16_t igmp_msg_decode8to16(uint8_t code);
void pim_pkt_dump(const char *label, const uint8_t *buf, int size);
-int pim_is_group_224_0_0_0_24 (struct in_addr group_addr);
-int pim_is_group_224_4 (struct in_addr group_addr);
+int pim_is_group_224_0_0_0_24(struct in_addr group_addr);
+int pim_is_group_224_4(struct in_addr group_addr);
#endif /* PIM_UTIL_H */