ajurldb.c


Function ajUrldbInit

Initialise url database internals

Prototype

void ajUrldbInit (
      void
);

TypeNameRead/WriteDescription
void RETURN

From EMBOSS 6.4.0


Function ajUrldbPrintAccess

Reports the internal data structures

Prototype

void ajUrldbPrintAccess (
      AjPFile outf,
      AjBool full
);

TypeNameRead/WriteDescription
AjPFileoutfModifyOutput file
AjBoolfullInputFull report (usually ajFalse)
void RETURN

From EMBOSS 6.4.0


Function ajUrldbExit

Cleans up url database processing internal memory

Prototype

void ajUrldbExit (
      void
);

TypeNameRead/WriteDescription
void RETURN

From EMBOSS 6.4.0