From 7504b0e623914d097933f0a613ba50e376131828 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Tue, 4 May 2010 00:35:59 +0000 Subject: structuring of protocol * isolated 'protocol.h' and transport.h from libglusterfs/* and glusterfsd/* Signed-off-by: Amar Tumballi Signed-off-by: Anand V. Avati BUG: 875 (Implement a new protocol to provide proper backward/forward compatibility) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=875 --- libglusterfs/src/gf-dirent.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libglusterfs/src/gf-dirent.h') diff --git a/libglusterfs/src/gf-dirent.h b/libglusterfs/src/gf-dirent.h index 433f46aaa..abac13cf3 100644 --- a/libglusterfs/src/gf-dirent.h +++ b/libglusterfs/src/gf-dirent.h @@ -57,8 +57,6 @@ struct _gf_dirent_t { gf_dirent_t *gf_dirent_for_name (const char *name); void gf_dirent_free (gf_dirent_t *entries); -int gf_dirent_serialize (gf_dirent_t *entries, char *buf, size_t size); -int gf_dirent_unserialize (gf_dirent_t *entries, const char *buf, size_t size); gf_dirent_t * gf_dirent_for_namelen (int len); #endif /* _GF_DIRENT_H */ -- cgit