34int claim_xmlSave( xmlTextWriterPtr writer,
const Claim_t *claim );
int claim_test(const Claim_t *claim)
Tests to see if a system claim would have collisions.
void claim_destroy(Claim_t *claim)
Destroys a system claim.
void claim_clear(void)
Clears the claims on all systems.
int claim_addStr(Claim_t *claim, const char *str)
Adds a string claim to a claim.
int claim_addSys(Claim_t *claim, int ss_id)
Adds a claim to a system claim.
void claim_activate(Claim_t *claim)
Activates a claim on a system.
int claim_testSys(const Claim_t *claim, int sys)
Tests to see if a system is claimed by a system claim.
int claim_isNull(const Claim_t *claim)
See if a claim actually contains data.
Claim_t * claim_xmlLoad(xmlNodePtr parent)
Loads a claim.
int claim_xmlSave(xmlTextWriterPtr writer, const Claim_t *claim)
Saves all the systems in a claim in XML.
Claim_t * claim_create(int exclusive)
Creates a system claim.
int claim_testStr(const Claim_t *claim, const char *str)
Tests to see if a system is claimed by a system claim.
void claim_activateAll(void)
Activates all the claims.