IP_NserveInitMyself -- declares current task structure information to nserve.
int IP_NserveInitMyself(IP_Task* myself, int flags);
int IP_NserveInitMyself
The task structure for the current task.
A bitwise-OR of initialization flags, or 0.
0 on success, or -1 on failure and errno is set.
This function declares the information stored in the task structure to nserve, through a call to IP_NserveInit. There are currently no flags.
Cascade NameServer Functions, nserve, IP_NserveInit