00001 /* save.h 00002 * Copyright (C) 2008 Battelle Memorial Institute 00003 */ 00004 00005 #ifndef _SAVE_H 00006 #define _SAVE_H 00007 00008 #include "globals.h" 00009 #include "module.h" 00010 00011 int saveall(char *); 00012 00013 #endif 00014