#ifndef __MBIFF_H__ #define __MBIFF_H__ #define VERSION "0.0.0" #include "config.h" /* Milsko */ #include #include /* External */ /* Standard */ #include #include #include #ifdef HAS_PATHS_H #include #endif #ifndef _PATH_MAILDIR #define _PATH_MAILDIR "/var/spool/mail" #endif /* main.c */ extern MwWidget window, image; extern MwLLPixmap empty, full; /* mail.c */ void init_mail(void); void check_mail(void); #endif