diff options
Diffstat (limited to 'api/src/glfs.h')
| -rw-r--r-- | api/src/glfs.h | 9 | 
1 files changed, 3 insertions, 6 deletions
diff --git a/api/src/glfs.h b/api/src/glfs.h index d3bf1b4cdcc..bf6dd6cd566 100644 --- a/api/src/glfs.h +++ b/api/src/glfs.h @@ -72,7 +72,6 @@ __BEGIN_DECLS  struct glfs;  typedef struct glfs glfs_t; -  /*    SYNOPSIS @@ -770,12 +769,10 @@ glfs_fd_t *glfs_dup (glfs_fd_t *fd) __THROW          GFAPI_PUBLIC(glfs_dup, 3.4.0);  /* - * No xdata support for now.  Nobody needs this call at all yet except for the - * test script, and that doesn't need xdata.  Adding dict_t support and a new - * header-file requirement doesn't seem worth it until the need is greater. + * Nobody needs this call at all yet except for the test script.   */ -int glfs_ipc (glfs_fd_t *fd, int cmd) __THROW -        GFAPI_PUBLIC(glfs_ipc, 3.7.0); +int glfs_ipc (glfs_fd_t *fd, int cmd,  void *xd_in, void **xd_out) __THROW +        GFAPI_PUBLIC(glfs_ipc, 4.0.0);  __END_DECLS  | 
