1. NAME

ipc_parse_version - IPC call version

2. SYNOPSIS

int ipc_parse_version(int *  cmd );

3. ARGUMENTS

cmd
    pointer to command

4. DESCRIPTION

Return IPC_64 for new style IPC and IPC_OLD for old style IPC. The cmd value is turned from an encoding command and version into just the command code.

5. COPYRIGHT