/***************************************
 ask_question.h

 Example source file for section 4a
 of the LoomSoft article: Organizing your Project

 Web: http://loomsoft.net
 Email: jay@loomsoft.net
***************************************/
#ifndef _ASK_QUESTION_H_
#define _ASK_QUESTION_H_

void ask_question(void);

#endif