2016-09-09 13:58:28 +00:00
|
|
|
#ifndef __SPOTLITE_H
|
|
|
|
#define __SPOTLITE_H
|
|
|
|
|
|
|
|
#ifndef __STRINGS_H
|
|
|
|
#include <strings.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
bool spotlite_generate_name(const char* codnum, TFilename& pdf);
|
2017-05-23 17:46:53 +00:00
|
|
|
KEY spotlite_ask_name(TFilename& pdf, int & size);
|
2016-09-09 13:58:28 +00:00
|
|
|
bool spotlite_notify(const TFilename& pdf);
|
|
|
|
bool spotlite_send_mail(const TFilename& pdf);
|
|
|
|
|
|
|
|
#endif
|