summaryrefslogtreecommitdiffstats
path: root/mod_glusterfs/lighttpd/1.4/mod_glusterfs.h
diff options
context:
space:
mode:
authorRaghavendra G <raghavendra@zresearch.com>2009-03-25 23:22:55 -0700
committerAnand V. Avati <avati@amp.gluster.com>2009-04-03 19:24:27 +0530
commit8b8448799cc43f20f5812bf5629c8670f76f78d3 (patch)
tree66f2e7f82cc7c23b0203ef928128b8e6c291b370 /mod_glusterfs/lighttpd/1.4/mod_glusterfs.h
parent38be3fda5ce27352c45475fc4de442806cbddd36 (diff)
mod_glusterfs/lighttpd/1.4 port and memory leak fixes
- port owing to changes in interface of libglusterfsclient. Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
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 d8552e60..5db743e2 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