isClone

create an empty copy of an ISAM file

SYNOPSIS

IsFile *isClone( IsFile * isfd, char * name );

isfd isam file descriptor
name name of ISAM to build

RETURN

allocated file descriptor, or NULL on failure, in which case the error code will be found in the errno global.

NOTES

if successful, isClone will return a new file descriptor, opened in the same format as the original.

the new file will have the same structure as the original.

the new file will be empty,