marcus committed to gpgme/gpgme

cvs@cvs.gnupg.org cvs@cvs.gnupg.org
Tue, 20 Nov 2001 07:01:24 +0100


Date:	Tuesday November 20, 2001 @ 7:01
Author:	marcus

Update of /cvs/gnupg/gpgme/gpgme
In directory trithemius:/tmp/cvs-serv11279/gpgme

Modified Files:
	ChangeLog Makefile.am ops.h rungpg.c rungpg.h types.h 
	version.c 
Log Message:
2001-11-20  Marcus Brinkmann  <marcus@g10code.de>

	* types.h: Add types EngineObject and GpgsmObject.

	* Makefile.am (libgpgme_la_SOURCES): Add engine-gpgsm.h,
	engine-gpgsm.c, engine.h and engine.c.
	* engine.h: New file.
	* engine.c: Likewise.
	* engine-gpgsm.h: Likewise.
	* engine-gpgsm.c: Likewise.
	
	* rungpg.c (_gpgme_gpg_get_version): New function.
	(_gpgme_gpg_check_version): Likewise.
	* rungpg.h: Add prototypes for _gpgme_gpg_get_version and
	_gpgme_gpg_check_version.

	* version.c (compare_versions): Rename to ...
	(_gpgme_compare_versions): ... this.  Make non-static.
	(gpgme_check_version): Use _gpgme_compare_versions rather than
	compare_versions.
	(gpgme_check_engine): Likewise.
	* ops.h (_gpgme_get_program_version): Add prototype.

File: ChangeLog        	Status: Up-to-date
File: Makefile.am      	Status: Up-to-date
File: ops.h            	Status: Up-to-date
File: rungpg.c         	Status: Up-to-date
File: rungpg.h         	Status: Up-to-date
File: types.h          	Status: Up-to-date
File: version.c        	Status: Up-to-date