X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=hash.h;h=48f54a3353deb5e6a5f6358edaba04a7e549e205;hb=a9da84af5738e8eb5b8751cb4d6c00d1beb2810d;hp=d45110574782df74b3571473ed5e63c5226e1ccc;hpb=e8f6c5b3271117f843c4d3f82b83df09a7bb1f23;p=libradsec.git diff --git a/hash.h b/hash.h index d451105..48f54a3 100644 --- a/hash.h +++ b/hash.h @@ -42,3 +42,7 @@ struct hash_entry *hash_first(struct hash *hash); /* returns the next entry after the argument */ struct hash_entry *hash_next(struct hash_entry *entry); + +/* Local Variables: */ +/* c-file-style: "stroustrup" */ +/* End: */