summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/src/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cvs/src/hash.h')
-rw-r--r--contrib/cvs/src/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cvs/src/hash.h b/contrib/cvs/src/hash.h
index f98353d..edfee46 100644
--- a/contrib/cvs/src/hash.h
+++ b/contrib/cvs/src/hash.h
@@ -30,7 +30,7 @@ struct node
struct node *hashnext;
struct node *hashprev;
char *key;
- char *data;
+ void *data;
void (*delproc) ();
};
typedef struct node Node;
OpenPOWER on IntegriCloud