* gpgme.texi (Library Version Check): Rename snippet function to
init_gpgme.
(I/O Callback Example): Call it here.
+2008-03-05 Marcus Brinkmann <marcus@g10code.de>
+
+ * gpgme.texi (Library Version Check): Rename snippet function to
+ init_gpgme.
+ (I/O Callback Example): Call it here.
+
2008-01-28 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi: Document that data encoding affects some output data
#include <gpgme.h>
void
-init_program (void)
+init_gpgme (void)
@{
/* Initialize the locale environment. */
setlocale (LC_ALL, "");
&result
@};
+ init_gpgme (void);
+
/* Initialize the loop structure. */
loop.lock = PTHREAD_MUTEX_INITIALIZER;
for (i = 0; i < MAX_FDS; i++)