33 #ifndef __KLEO_GNUPGPROCESSBASE_H__
34 #define __KLEO_GNUPGPROCESSBASE_H__
55 void setUsetStatusFD( bool use );
58 bool start( RunMode runmode, Communication comm );
73 int childStatus( int fd );
77 void slotChildStatus( int fd );
80 void parsetStatusOutput();
92 #endif // __KLEO_GNUPGPROCESSBASE_H__
|