#ifndef __DAWN_TESTSTORAGE_H #define __DAWN_TESTSTORAGE_H #include "datastorage.h" /* ** Contains declerations, etc needed across datastorage and its test harness, ** but not more widely. */ void ap_array_insert(ap *entry); int ap_array_delete(ap *entry); #endif