1 #ifndef PHASTA_H_ 2 #define PHASTA_H_ 3 struct RStream; 4 struct GRStream; 5 int phasta(int argc, char**argv); 6 int phasta(int argc, char**argv, GRStream* in); 7 #endif 8