#ifndef _REGFILE_H_
#define _REGFILE_H_

void ELFExtrRegister();
LIST *CreateDBExtList();
DB_EXT * CreateDbExt();

#endif
