14 lines
346 B
C
Executable File
14 lines
346 B
C
Executable File
#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, int & size);
|
|
bool spotlite_notify(const TFilename& pdf);
|
|
bool spotlite_send_mail(const TFilename& pdf, bool ui = false, bool receipt = false);
|
|
|
|
#endif
|