WhatsThis update
[mussa.git] / alg / mussa_callback.hpp
1 #ifndef _MUSSA_CALLBACK_HPP
2 #define _MUSSA_CALLBACK_HPP
3
4 typedef void (*analysis_callback)(const std::string& name, int step, int max_step);
5
6 #endif /* _MUSSA_CALLBACK_HPP */