1*3c2e0d51SCameron Smith #ifndef PHASTA_H_ 2*3c2e0d51SCameron Smith #define PHASTA_H_ 3*3c2e0d51SCameron Smith 4*3c2e0d51SCameron Smith #ifdef __cplusplus 5*3c2e0d51SCameron Smith extern "C" { 6*3c2e0d51SCameron Smith #endif 7*3c2e0d51SCameron Smith int phasta(int argc, char**argv); 8*3c2e0d51SCameron Smith #ifdef __cplusplus 9*3c2e0d51SCameron Smith } 10*3c2e0d51SCameron Smith #endif 11*3c2e0d51SCameron Smith 12*3c2e0d51SCameron Smith #endif 13