#ifndef __SECTIONSTORE_H #define __SECTIONSTORE_H #include "types.h" SECTIONPTR SectionStoreGetSection(SECTIONSTOREPTR sectionStore, CONST_STRPTR canonicalName); VOID SectionStoreAddSection(SECTIONSTOREPTR sectionStore, SECTIONPTR section); SECTIONSTOREPTR SectionStoreNew(VOID); VOID SectionStoreFree(SECTIONSTOREPTR sectionStore); #endif