diff options
| author | hasso <hasso> | 2004-09-10 20:48:21 +0000 | 
|---|---|---|
| committer | hasso <hasso> | 2004-09-10 20:48:21 +0000 | 
| commit | f390d2c7839c04100e4de8246215ce10ea96b653 (patch) | |
| tree | 9910d250bfb6605d44e7104ef786ba0c84ddb01a /isisd/isis_dynhn.h | |
| parent | f3f27f60fdfc81fce2944ee89087417b04935663 (diff) | |
Indentation only. No any functional changes.
Diffstat (limited to 'isisd/isis_dynhn.h')
| -rw-r--r-- | isisd/isis_dynhn.h | 11 | 
1 files changed, 4 insertions, 7 deletions
diff --git a/isisd/isis_dynhn.h b/isisd/isis_dynhn.h index 2a7f3ec961..37a7b03c0e 100644 --- a/isisd/isis_dynhn.h +++ b/isisd/isis_dynhn.h @@ -23,7 +23,8 @@  #ifndef _ZEBRA_ISIS_DYNHN_H  #define _ZEBRA_ISIS_DYNHN_H -struct isis_dynhn { +struct isis_dynhn +{    u_char id[ISIS_SYS_ID_LEN];    struct hostname name;    time_t refresh; @@ -31,12 +32,8 @@ struct isis_dynhn {  };  void dyn_cache_init (void); -void isis_dynhn_insert (u_char *id, struct hostname *hostname, int level); +void isis_dynhn_insert (u_char * id, struct hostname *hostname, int level);  struct isis_dynhn *dynhn_find_by_id (u_char * id); -void  dynhn_print_all (struct vty *vty); +void dynhn_print_all (struct vty *vty);  #endif /* _ZEBRA_ISIS_DYNHN_H */ - - - -  | 
