chiark / gitweb /
Fiddle with CSS+HTML in effort to get more consistent buttons
[disorder] / lib / hash.h
index ac79645d527f006839c5312d01c952188e2bef2a..3dfb0edc8208644bc08707f66e877b7b0b82a318 100644 (file)
@@ -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 */