00001 /* $Id:misc.h jjs $ */ 00002 /* 00003 Copyright (C) 2007 by Jurjen Stellingwerff <jurjen@stwerff.xs4all.nl> 00004 Part of the Moros Project http://moros.sourceforge.net/ 00005 00006 This program is free software; you can redistribute it and/or modify 00007 it under the terms of the GNU General Public License. 00008 This program is distributed in the hope that it will be useful, 00009 but WITHOUT ANY WARRANTY. 00010 00011 See the COPYING file for more details. 00012 */ 00013 #ifndef __MISC_H 00014 #define __MISC_H 00015 00016 #include <string> 00017 00022 00023 00024 std::string hash( 00025 std::string str 00026 ); 00027 00029 00030 std::string derived( 00031 std::string session, 00032 int sessnr 00033 ); 00034 00035 #endif