/* $Id$ */ #ifndef _SAFE_H #define _SAFE_H int CountSafe(void); void EditSafe(void); void InitSafe(void); #endif