00001 #ifndef PROCESSES_UTILS_HPP_INCLUDED 00002 #define PROCESSES_UTILS_HPP_INCLUDED 00003 00004 struct Image_unit; 00005 void add_max(Image_unit **lhs, const Image_unit *rhs); 00006 00007 #endif