#ifndef ACTIVE_H #define ACTIVE_H #define MAX_XREFSIZE 2048 int load_active(const char *activefile); int reload_active(const char *activefile); int save_active(const char *activefile); int search_group(const char *activefile, const char *group); char find_active(const char *activefile, char *group, long *lomsg, long *himsg); int upd_active(char *group, long updlo, long updhi); int add_active(const char *activefile, const char *active_times, char *group, char mc); int del_active(const char *activefile, char *group); #endif