X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/460b9539a7c15580e41a71bbc0f47ae776238915..0e2b222fc14b8f890fab644118cf0f43abbe450a:/lib/hash.h diff --git a/lib/hash.h b/lib/hash.h index d8698f0..3dfb0ed 100644 --- a/lib/hash.h +++ b/lib/hash.h @@ -1,6 +1,6 @@ /* * This file is part of DisOrder - * Copyright (C) 2005, 2006 Richard Kettlewell + * Copyright (C) 2005-2008 Richard Kettlewell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,6 +22,7 @@ #define HASH_H typedef struct hash hash; +struct kvp; hash *hash_new(size_t valuesize); /* Create a new hash */ @@ -66,4 +67,3 @@ fill-column:79 indent-tabs-mode:nil End: */ -/* arch-tag:/YrjtmzK8ADmZ6iZKmX3og */