Please send questions to st10@humboldt.edu .
/*--------------------------------------------------
 header file for function greeting
   created by st10 at Wed Mar 24 14:20:45 PDT 2010
--------------------------------------------------*/
#ifndef greeting_H
#define greeting_H

#include <string>
using namespace std;

void greeting(string name);

#endif