#ifndef PHASTA_H_
#define PHASTA_H_

#ifdef __cplusplus
extern "C" {
#endif
  int phasta(int argc, char**argv);
#ifdef __cplusplus
}
#endif

#endif
