summaryrefslogtreecommitdiff
path: root/tools/build/v2/engine/hcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/v2/engine/hcache.h')
-rw-r--r--tools/build/v2/engine/hcache.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/build/v2/engine/hcache.h b/tools/build/v2/engine/hcache.h
index c316e3bcad..2aa2394939 100644
--- a/tools/build/v2/engine/hcache.h
+++ b/tools/build/v2/engine/hcache.h
@@ -11,8 +11,8 @@
# include "regexp.h"
# include "lists.h"
-void hcache_init(void);
-void hcache_done(void);
-LIST *hcache(TARGET *t, int rec, regexp *re[], LIST *hdrscan);
+void hcache_init( void );
+void hcache_done( void );
+LIST * hcache( TARGET *t, int rec, regexp * re[], LIST * hdrscan );
#endif