X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/763d5e6ad88ef3ba1cd1d7742d060e4f1e54c6b8..66e8b80d8fb3d77afa986f4ea236928d513b59c5:/lib/hash.h diff --git a/lib/hash.h b/lib/hash.h index ac79645..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 */