#ifndef __nsv_h #define __nsv_h 1 #include ipport /*** /* global values for status codes */ globalvalue IPNSV_SUCCESS; globalvalue IPNSV_NOMEM; globalvalue IPNSV_BADPARAM; globalvalue IPNSV_NOTCON; globalvalue IPNSV_UNKNOWN_SERVICE; globalvalue IPNSV_CON_CLOSED; globalvalue IPNSV_MSG_TRUNC; globalvalue IPNSV_CON_RESET; #endif