#include <unistd.h>
#include <ctype.h>
#include <errno.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stdio.h>
#include <sys/param.h>
#include "XrdFrmUtil/XrdFrmAdmin.hh"
#include "XrdFrmUtil/XrdFrmConfig.hh"
#include "XrdFrm/XrdFrmTrace.hh"
#include "XrdNet/XrdNetOpts.hh"
#include "XrdNet/XrdNetSocket.hh"
#include "XrdOuc/XrdOucTokenizer.hh"
#include "XrdSys/XrdSysError.hh"
#include "XrdSys/XrdSysHeaders.hh"
#include "XrdSys/XrdSysLogger.hh"
Include dependency graph for XrdFrmAdminMain.cc:
Functions | |
XrdOucTrace | XrdTrace (&Say) |
char * | readline (const char *prompt) |
void | add_history (const char *cLine) |
void | stifle_history (int hnum) |
int | main (int argc, char *argv[]) |
Variables | |
const char * | XrdFrmAdminMainCVSID = "$Id$" |
const char * | XrdFrmOpts = "c:dhn:v" |
const char * | XrdFrmUsage |
XrdOucTrace * | XrdXrootdTrace |
XrdSysError | XrdLog (0,"") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value:
" [-c <cfgfile>] [-d] [-h] [-n name] [-v] [help | cmd & opts]\n"
|
|
|
|
|