summaryrefslogtreecommitdiff
path: root/devel/bmake/files/dir.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bmake/files/dir.h')
-rw-r--r--devel/bmake/files/dir.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/bmake/files/dir.h b/devel/bmake/files/dir.h
index e5c4ba16a10..04132ca38d5 100644
--- a/devel/bmake/files/dir.h
+++ b/devel/bmake/files/dir.h
@@ -1,4 +1,4 @@
-/* $NetBSD: dir.h,v 1.1.1.3 2008/11/11 19:32:22 joerg Exp $ */
+/* $NetBSD: dir.h,v 1.1.1.4 2009/09/18 20:55:25 joerg Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -102,7 +102,7 @@ void Dir_ClearPath(Lst);
void Dir_Concat(Lst, Lst);
void Dir_PrintDirectories(void);
void Dir_PrintPath(Lst);
-void Dir_Destroy(ClientData);
-ClientData Dir_CopyDir(ClientData);
+void Dir_Destroy(void *);
+void * Dir_CopyDir(void *);
#endif /* _DIR */