diff proto.h @ 16:a2a81589380d default tip

Reformat the whole source via clang-format for better consistency.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 14 Oct 2021 01:53:20 +0300
parents 0990d9322fc8
children
line wrap: on
line diff
--- a/proto.h	Thu Oct 14 01:40:24 2021 +0300
+++ b/proto.h	Thu Oct 14 01:53:20 2021 +0300
@@ -40,13 +40,9 @@
 
 /* table.c */
 
-table *FindNextEntryType(table *entry, unsigned char andmask,
-                                unsigned char eormask);
-table *FindNextEntryTypeParent(table *entry, ADDR_T parent,
-                                      unsigned char andmask,
-                                      unsigned char eormask);
-table *FindNextEntry(table *entry, ADDR_T address,
-                            unsigned char andmask, unsigned char eormask);
+table *FindNextEntryType(table *entry, unsigned char andmask, unsigned char eormask);
+table *FindNextEntryTypeParent(table *entry, ADDR_T parent, unsigned char andmask, unsigned char eormask);
+table *FindNextEntry(table *entry, ADDR_T address, unsigned char andmask, unsigned char eormask);
 void AddEntry(ADDR_T address, ADDR_T parent, unsigned char type);
 void DeleteEntry(table *entry);