GPGME CVS bug

Robert J. Hansen rjhansen@inav.net
Tue Jun 25 20:53:02 2002


A fresh GPGME CVS checkout is refusing to compile.  The apparent error 
comes in engine-gpgsm.c:1482 (parse error), :1483 (arguments don't match 
function declaration in engine-gpgsm.h:66).

>From engine-gpgsm.h:

void _gpgme_gpgsm_set_io_cbs (GpgsmObject gpgsm, struct GpgmeIOCbs 
*io_cbs);

>From engine-gpgsm.c:

void _gpgme_gpgsm_set_io_cbs (GpgsmObject gpgsm, GpgmeIOCbs io_cbs)
{
}

... For now, I've just switched the .c file to match the .h header.  Given 
the function is a no-op, I can't imagine this will cause any breakage.  
Someone with CVS commit access want to make a similar change to the CVS 
repository?