diff options
Diffstat (limited to 'isisd/isis_common.h')
-rw-r--r-- | isisd/isis_common.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/isisd/isis_common.h b/isisd/isis_common.h index 334d3394..d158961b 100644 --- a/isisd/isis_common.h +++ b/isisd/isis_common.h @@ -21,6 +21,9 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef ISIS_COMMON_H +#define ISIS_COMMON_H + /* * Area Address */ @@ -65,11 +68,4 @@ struct nlpids u_char nlpids[4]; /* FIXME: enough ? */ }; -/* - * Flags structure for SSN and SRM flags - */ -struct flags -{ - int maxindex; - struct list *free_idcs; -}; +#endif |