//  ==================================================================== //
//                                                                       //
//    File      : ps_tools.hxx                                           //
//    Purpose   :                                                        //
//                                                                       //
//                                                                       //
//  Coded by Ralf Westram (coder@reallysoft.de) in October 2004          //
//  Copyright Department of Microbiology (Technical University Munich)   //
//                                                                       //
//  Visit our web site at: http://www.arb-home.de/                       //
//                                                                       //
//  ==================================================================== //

#ifndef PS_TOOLS_HXX
#define PS_TOOLS_HXX

#ifndef CXXFORWARD_H
#include <cxxforward.h>
#endif

struct tms;

void PS_print_time_diff(const struct tms *_since, const char *_before = NULp, const char *_after = NULp);

#else
#error ps_tools.hxx included twice
#endif // PS_TOOLS_HXX

