FACT++  1.0
void initIssueStruct ( IssueStruct *  issueStr)

Definition at line 2993 of file feeserver.c.

Referenced by command_handler().

2993  {
2994  issueStr->nRet = 0;
2995  issueStr->command = 0;
2996  issueStr->result = 0;
2997  issueStr->size = 0;
2998 }

+ Here is the caller graph for this function: