X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=util%2Fstrmap.c;h=c6f1c01516f3c2453fd5abda44b3ef3a4e1f21f3;hp=cb51d81c8056dfeb6cc6eadd127b8508187c01fb;hb=c00bfddbf0f3608340d61298acc61dafb167f9b2;hpb=ac13dceecd5f75669820819575daf88e0add5c8d diff --git a/util/strmap.c b/util/strmap.c index cb51d81..c6f1c01 100644 --- a/util/strmap.c +++ b/util/strmap.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2011 Index Data + Copyright (C) Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -32,7 +32,7 @@ struct strmap_entry { void *data_buf; struct strmap_entry *next; }; - + struct zebra_strmap { NMEM nmem_str; NMEM nmem_ent; @@ -142,7 +142,7 @@ struct zebra_strmap_it_s { int hno; struct strmap_entry *ent; zebra_strmap_t st; - + }; zebra_strmap_it zebra_strmap_it_create(zebra_strmap_t st) @@ -183,7 +183,7 @@ const char *zebra_strmap_it_next(zebra_strmap_it it, void **data_buf, } return 0; } - + /* * Local variables: * c-basic-offset: 4