#ifndef __SPOTLITE_H
#define __SPOTLITE_H

#ifndef __STRINGS_H
#include <strings.h>
#endif

bool spotlite_generate_name(const char* codnum, TFilename& pdf);
KEY spotlite_ask_name(TFilename& pdf);
bool spotlite_notify(const TFilename& pdf);
bool spotlite_send_mail(const TFilename& pdf);

#endif