/* * mpsError.h * * Created by Stephen Norum. * Copyright 2007 Stanford Linear Accelerator Center. All rights reserved. * */ #ifndef MPSERROR_H #define MPSERROR_H #ifdef __cplusplus extern "C" { #endif char * MPSGetLastErrorString(); #ifdef __cplusplus } #endif #endif