/* * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 */ #include "e.h" /* local subsystem functions */ /* local subsystem globals */ /* externally accessible functions */ int e_remember_init(void) { return 1; } int e_remember_shutdown(void) { return 1; } /* local subsystem functions */