Please send questions to st10@humboldt.edu .

// Header file for function: nameInLights
// Name: Sharon Tuttle
// last modified: 1-18-05

#ifndef NAMEINLIGHTS_H
#define NAMEINLIGHTS_H

#include <string>
using namespace std;

void nameInLights(string nm);

#endif