00001 #ifndef CHILDPROC_H 00002 #define CHILDPROC_H 00003 #include <abuse/abuse.h> 00004 00005 BOOL CALLBACK mailProc(HWND hDlg,UINT uMsg,WPARAM wP,LPARAM lP); 00006 BOOL CALLBACK analysisProc(HWND hDlg,UINT uMsg,WPARAM wP,LPARAM lP); 00007 #endif