125int main(
int argc,
char *argv[])
130 char *cLine = 0, *pLine = 0, *Cmd = 0, *CmdArgs = 0;
135 signal(SIGPIPE, SIG_IGN);
137 sigaddset(&myset, SIGPIPE);
138 sigaddset(&myset, SIGCHLD);
139 pthread_sigmask(SIG_BLOCK, &myset, NULL);
167 if (!pLine || strcmp(pLine, cLine))
169 if (pLine) free(pLine);
170 pLine = strdup(cLine);
178 if (cLine) free(cLine);
int main(int argc, char *argv[])
XrdOucTrace * XrdXrootdTrace
XrdSysError XrdLog(0, "")
void stifle_history(int hnum)
char * readline(const char *prompt)
void add_history(const char *cLine)
static const char * XrdFrmUsage
static const char * XrdFrmOpts