]> andersk Git - moira.git/blobdiff - clients/moira/f_defs.h
added hosttable stuff
[moira.git] / clients / moira / f_defs.h
index eac972d64378b17f9ec5d3b7f30ec4c020b976bf..33a7e9fb13c76a980ed56bb213d0f7140b6c4bd7 100644 (file)
@@ -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. */
This page took 0.047114 seconds and 4 git commands to generate.