about summary refs log tree commit diff stats
path: root/filehash.h
diff options
context:
space:
mode:
Diffstat (limited to 'filehash.h')
-rw-r--r--filehash.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/filehash.h b/filehash.h
index 4f99b0e..c52f983 100644
--- a/filehash.h
+++ b/filehash.h
@@ -2,6 +2,8 @@
 
 typedef struct filehash_t filehash_t;
 
-filehash_t *filehash_new(const char *hash_program, unsigned max_per_invocation);
+filehash_t *
+filehash_new(const char *hash_program, unsigned max_per_invocation);
 
-void filehash_free(filehash_t *);
+void
+filehash_free(filehash_t *);