* Allocate an unused DtActionInvocationID
* between 1..INT_MAX
*/
-DtActionInvocationID _DtActAllocID()
+DtActionInvocationID _DtActAllocID(void)
{
extern _DtActInvRecT **_DtActInvRecArray; /* global */
extern int _actInvRecArraySize; /* global */
*
* Allocate an Invocation Record
*/
-_DtActInvRecT *_DtActAllocInvRec()
+_DtActInvRecT *_DtActAllocInvRec(void)
{
extern _DtActInvRecT **_DtActInvRecArray; /* global */
extern int _actInvRecArraySize; /* global */
* Returns the network node/host name.
*/
String
-_DtDndGetHostName()
+_DtDndGetHostName(void)
{
static char *nodename;
return(info->buff_size);
}
static DtDtsMMDatabase *
-get_dc_db()
+get_dc_db(void)
{
DtDtsMMDatabase *dc_db = 0;
}
static DtDtsMMDatabase *
-get_da_db()
+get_da_db(void)
{
DtDtsMMDatabase *da_db = 0;
if(!da_db)
}
char **
-_DtsDbListDb()
+_DtsDbListDb(void)
{
int i;
char **list = 0;
#define _DtFT_NUM_FIELDS 20
int
-_DtDtsNextDCSeq()
+_DtDtsNextDCSeq(void)
{
int nextDCSeq;
}
int
-_DtDtsNextDASeq()
+_DtDtsNextDASeq(void)
{
int nextDASeq;
}
void
-_DtDtsSeqReset()
+_DtDtsSeqReset(void)
{
_DtSvcProcessLock();
cur_dc_count = 0;
}
char **
-_DtsMMListDb()
+_DtsMMListDb(void)
{
int i;
char **list;
}
int
-_DtDtsMMUnLoad()
+_DtDtsMMUnLoad(void)
{
int error = 0;
* myDtPerfChkpntEnd --- End the checkpointing message delivery
*/
int
-_DtPerfChkpntEnd()
+_DtPerfChkpntEnd(void)
{
myDtChkpntMsgSend("End checkpoint delivery", DT_PERF_CHKPNT_MSG_END);
return(1);
* restores the original envirnment settings for a number of
* environment variables.
*/
-void _DtEnvRestoreLocal ()
+void _DtEnvRestoreLocal (void)
{
extern char *mostRecentRemoteHostG;
cacheForTargetHost *targetCache;
* Construct a default value for XMICONSEARCHPATH into outbuf.
*/
static char *
-makeDefaultIconPmPath()
+makeDefaultIconPmPath(void)
{
static char *defaultIconPmPath = NULL;
* Construct a default value for XMICONBMSEARCHPATH into outbuf.
*/
static char *
-makeDefaultIconBmPath()
+makeDefaultIconBmPath(void)
{
static char *defaultIconBmPath = NULL;
*
*****************************<->***********************************/
void
-_DtEnvSessionManager()
+_DtEnvSessionManager(void)
{
#define SESSION_MANAGER "SESSION_MANAGER"
char *session_manager = getenv(SESSION_MANAGER);
static DtInfoShowStatus
-ConnectToMessageServer ()
+ConnectToMessageServer (void)
{
char * procid;
Tt_status status;