diff options
Diffstat (limited to 'libglusterfs/src/gf-dirent.h')
-rw-r--r-- | libglusterfs/src/gf-dirent.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 */ |