]> andersk Git - moira.git/blobdiff - clients/moira/f_defs.h
added hosttable stuff
[moira.git] / clients / moira / f_defs.h
index 28024f592ac583a19a665fe424ffc77178c02f6d..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. */
This page took 0.072637 seconds and 4 git commands to generate.