// Hey emacs!  This is a -*- C++ -*- header file!

// util.h
// Neil Moore
// 7 October 1998

#ifndef _UTIL_H_INCLUDED
#define _UTIL_H_INCLUDED

#include <string>

void stripws(string &str);
void lowercasify(string &str);

#endif // _UTIL_H_INCLUDED
