X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/d232c3df414739633a5ccdbbe6c969834ac3e12f..ad7e0e04b0a5d0a3aa16e05a877f57c4008124e7:/clients/moira/f_defs.h diff --git a/clients/moira/f_defs.h b/clients/moira/f_defs.h index eac972d6..33a7e9fb 100644 --- a/clients/moira/f_defs.h +++ b/clients/moira/f_defs.h @@ -46,6 +46,7 @@ int AttachHelp(); /* Help information specific to filsys. */ /* cluster.c */ int ShowMachineInfo(); /* Show information on a(many) machine(s). */ +int ShowMachineQuery(); /* Show mach info based on complex query */ int AddMachine(); /* add a new machine to teh database. */ int UpdateMachine(); /* updates machine information. */ int DeleteMachine(); /* delete a machine from the database. */ @@ -68,6 +69,15 @@ int ShowClusterData(); /* Show, add, and remove data */ int AddClusterData(); /* associated with a cluster. */ int RemoveClusterData(); +int ShowSubnetInfo(); +int AddSubnet(); +int UpdateSubnet(); +int DeleteSubnet(); + +int ShowCname(); +int AddCname(); +int DeleteCname(); + /* delete.c */ int DeleteList(), DeleteUser(); @@ -124,6 +134,7 @@ int DeleteQuota(); int ShowUserByLogin(); /* misc. ways to show user. */ int ShowUserByName(); int ShowUserByClass(); +int ShowUserById(); int AddNewUser(); /* add a new user to the database. */ int RegisterUser(); /* register a user. */ int UpdateUser(); /* modify info about a user. */ @@ -194,6 +205,7 @@ int ToggleVerboseMode(); /* Turns on and off the verbose variable. */ char *CanonicalizeHostname(); /* this is what it does. */ char *NullPrint(); /* Prints nothing, returns argv[0]. */ char *Strsave(); /* allocated space for a copy of the string. */ +char *atot(); /* convert unix time to date string */ struct qelem * QueueTop(); /* Finds the top of a queue. */ Bool Confirm(); /* Confirms a delete operation, with user. */ Bool YesNoQuestion(); /* Asks a user a yes no type question. */