campo-sirio/src/include/spotlite.h

14 lines
307 B
C
Raw Normal View History

#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);
#endif