Function add_entry:
Defined in module m_readable (file: /std/modules/m_readable.c)

Add an additional entry that can be read to the already existing entries.
The first argument is the name of the entry and the second is the contents
of the entry.
See set_entries()

Prototype:
void add_entry(mixed name,mixed contents);
