Update mussa to build on ubuntu 10.04 with qt 4.6.2 +boost 1.40.0.1
[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 */