summaryrefslogtreecommitdiffstats
path: root/mod_glusterfs/lighttpd/1.4/mod_glusterfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'mod_glusterfs/lighttpd/1.4/mod_glusterfs.h')
-rw-r--r--mod_glusterfs/lighttpd/1.4/mod_glusterfs.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/mod_glusterfs/lighttpd/1.4/mod_glusterfs.h b/mod_glusterfs/lighttpd/1.4/mod_glusterfs.h
index d8552e60e7c..5db743e2343 100644
--- a/mod_glusterfs/lighttpd/1.4/mod_glusterfs.h
+++ b/mod_glusterfs/lighttpd/1.4/mod_glusterfs.h
@@ -24,6 +24,10 @@
#include <libglusterfsclient.h>
#include "base.h"
-handler_t glusterfs_stat_cache_get_entry(server *srv, connection *con, libglusterfs_handle_t handle, buffer *glusterfs_path, buffer *name, void *buf, size_t size, stat_cache_entry **fce);
+handler_t glusterfs_stat_cache_get_entry(server *srv, connection *con,
+ glusterfs_handle_t handle,
+ buffer *glusterfs_path, buffer *name,
+ void *buf, size_t size,
+ stat_cache_entry **fce);
#endif