IpcMgr_ipcStartup is actually the "short" name for the API and is a define, not a function call. So during the build, the name is not recognized. You can either put in the full function name (look in the mapfile for the complete name) or put in your own function (e.g. "foo") that calls IpcMgr_ipcStartup().
Todd