added prototypes for dump routines; added ostream header

git-svn-id: svn://136.177.114.72/svn_GW/phreeqcpp/trunk@4197 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2010-03-29 21:56:51 +00:00
parent 7e52b0c345
commit 4d050487e4

View File

@ -41,6 +41,11 @@ extern int copy_use(int i);
dumper dump_info;
StorageBinList delete_info;
runner run_info;
int dump_entities(void);
void dump_ostream(std::ostream& os);
int delete_entities(void);
int run_as_cells(void);
#endif
/* ---------------------------------------------------------------------- */