2002-10-09 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Wed, 9 Oct 2002 12:23:33 +0000 (12:23 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Wed, 9 Oct 2002 12:23:33 +0000 (12:23 +0000)
* rungpg.h (GpgStatusHandler): Rename type to GpgmeStatusHandler
and move to ...
* types.h (GpgmeStatusHandler): ... here.
* rungpg.h (GpgColonLineHandler): Rename type to GpgmeColonLineHandler.
and move to ...
* types.h (GpgmeColonLineHandler): ... here.
* rungpg.h (GpgCommandHandler): Rename type to GpgmeCommandHandler.
and move to ...
* types.h (GpgmeCommandHandler): ... here.
* engine.h: Don't include "rungpg.h".
(_gpgme_engine_set_status_handler): Change type of
argument from GpgStatusHandler to GpgmeStatusHandler.
(_gpgme_engine_set_colon_line_handler): Change type of
argument from GpgColonLineHandler to GpgmeColonLineHandler.
(_gpgme_engine_set_command_handler): Change type of
argument from GpgCommandHandler to GpgmeCommandHandler.
* engine-gpgsm.h: Don't include "rungpg.h".
(_gpgme_gpgsm_set_status_handler): Change type of
argument from GpgStatusHandler to GpgmeStatusHandler.
(_gpgme_gpgsm_set_colon_line_handler): Change type of
argument from GpgColonLineHandler to GpgmeColonLineHandler.
* engine-gpgsm.c: Do not include "rungpg.h".
(struct gpgsm_object_s): Change type of
status.fnc to GpgmeStatusHandler.  Change type of colon.fnc to
GpgmeColonLineHandler.
(gpgsm_assuan_simple_command): Change type of argument from
GpgStatusHandler to GpgmeStatusHandler.
(_gpgme_gpgsm_set_status_handler): Likewise.
(_gpgme_gpgsm_set_colon_line_handler): Change type of argument from
GpgColonLineHandler to GpgmeColonLineHandler.
* rungpg.h (_gpgme_gpg_set_status_handler): Change type of
argument from GpgStatusHandler to GpgmeStatusHandler.
(_gpgme_gpg_set_colon_line_handler): Change type of
argument from GpgColonLineHandler to GpgmeColonLineHandler.
(_gpgme_gpg_set_command_handler): Change type of
argument from GpgCommandHandler to GpgmeCommandHandler.
* rungpg.c (struct gpg_object_s): Change type of status.fnc to
GpgmeStatusHandler.  Change type of colon.fnc to
GpgmeColonLineHandler.  Change type of cmd.fnc to
GpgmeCommandLineHandler.
(_gpgme_gpg_set_status_handler): Change type of argument FNC to
GpgmeStatusHandler.
(_gpgme_gpg_set_colon_line_handler): Change type of argument FNC
to GpgmeColonLineHandler.
(_gpgme_gpg_set_command_handler): Change type of argument FNC to
GpgmeCommandHandler.
* engine.c (_gpgme_engine_set_status_handler): Change type of
argument FNC to GpgmeStatusHandler.
(_gpgme_engine_set_colon_line_handler): Change type of argument FNC
to GpgmeColonLineHandler.
(_gpgme_engine_set_command_handler): Change type of argument FNC to
GpgmeCommandHandler.

gpgme/ChangeLog
gpgme/engine-gpgsm.c
gpgme/engine-gpgsm.h
gpgme/engine.c
gpgme/engine.h
gpgme/rungpg.c
gpgme/rungpg.h
gpgme/types.h

index 152514f676f086cf08cbdddaa4c6fa236bcd2c10..ce496693287f38b4a3cbb6bfbbc3926001c02896 100644 (file)
@@ -1,5 +1,58 @@
 2002-10-09  Marcus Brinkmann  <marcus@g10code.de>
 
+       * rungpg.h (GpgStatusHandler): Rename type to GpgmeStatusHandler
+       and move to ...
+       * types.h (GpgmeStatusHandler): ... here.
+       * rungpg.h (GpgColonLineHandler): Rename type to GpgmeColonLineHandler.
+       and move to ...
+       * types.h (GpgmeColonLineHandler): ... here.
+       * rungpg.h (GpgCommandHandler): Rename type to GpgmeCommandHandler.
+       and move to ...
+       * types.h (GpgmeCommandHandler): ... here.
+       * engine.h: Don't include "rungpg.h".
+       (_gpgme_engine_set_status_handler): Change type of
+       argument from GpgStatusHandler to GpgmeStatusHandler.
+       (_gpgme_engine_set_colon_line_handler): Change type of
+       argument from GpgColonLineHandler to GpgmeColonLineHandler.
+       (_gpgme_engine_set_command_handler): Change type of
+       argument from GpgCommandHandler to GpgmeCommandHandler.
+       * engine-gpgsm.h: Don't include "rungpg.h".
+       (_gpgme_gpgsm_set_status_handler): Change type of
+       argument from GpgStatusHandler to GpgmeStatusHandler.
+       (_gpgme_gpgsm_set_colon_line_handler): Change type of
+       argument from GpgColonLineHandler to GpgmeColonLineHandler.
+       * engine-gpgsm.c: Do not include "rungpg.h".
+       (struct gpgsm_object_s): Change type of
+       status.fnc to GpgmeStatusHandler.  Change type of colon.fnc to
+       GpgmeColonLineHandler.
+       (gpgsm_assuan_simple_command): Change type of argument from
+       GpgStatusHandler to GpgmeStatusHandler.
+       (_gpgme_gpgsm_set_status_handler): Likewise.
+       (_gpgme_gpgsm_set_colon_line_handler): Change type of argument from
+       GpgColonLineHandler to GpgmeColonLineHandler.
+       * rungpg.h (_gpgme_gpg_set_status_handler): Change type of
+       argument from GpgStatusHandler to GpgmeStatusHandler.
+       (_gpgme_gpg_set_colon_line_handler): Change type of
+       argument from GpgColonLineHandler to GpgmeColonLineHandler.
+       (_gpgme_gpg_set_command_handler): Change type of
+       argument from GpgCommandHandler to GpgmeCommandHandler.
+       * rungpg.c (struct gpg_object_s): Change type of status.fnc to
+       GpgmeStatusHandler.  Change type of colon.fnc to
+       GpgmeColonLineHandler.  Change type of cmd.fnc to
+       GpgmeCommandLineHandler.
+       (_gpgme_gpg_set_status_handler): Change type of argument FNC to
+       GpgmeStatusHandler.
+       (_gpgme_gpg_set_colon_line_handler): Change type of argument FNC
+       to GpgmeColonLineHandler.
+       (_gpgme_gpg_set_command_handler): Change type of argument FNC to
+       GpgmeCommandHandler.
+       * engine.c (_gpgme_engine_set_status_handler): Change type of
+       argument FNC to GpgmeStatusHandler.
+       (_gpgme_engine_set_colon_line_handler): Change type of argument FNC
+       to GpgmeColonLineHandler.
+       (_gpgme_engine_set_command_handler): Change type of argument FNC to
+       GpgmeCommandHandler.
+
        * rungpg.h (_gpgme_gpg_enable_pipemode): Remove prototype.
        * rungpg.c (struct gpg_object_s): Remove PM.
        (pipemode_cb): Prototype removed.
index 19a5dd3cc57652746b01fe54b93b3e9eb9c54532..d35b29ace1822d8baca39f51ba84b65820c0dbc2 100644 (file)
@@ -1,23 +1,22 @@
-/* engine-gpgsm.c -  GpgSM engine
- *     Copyright (C) 2000 Werner Koch (dd9jn)
- *      Copyright (C) 2001, 2002 g10 Code GmbH
- *
- * This file is part of GPGME.
- *
- * GPGME is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * GPGME is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
- */
+/* engine-gpgsm.c - GpgSM engine.
+   Copyright (C) 2000 Werner Koch (dd9jn)
+   Copyright (C) 2001, 2002 g10 Code GmbH
+   This file is part of GPGME.
+
+   GPGME is free software; you can redistribute it and/or modify it
+   under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+   GPGME is distributed in the hope that it will be useful, but
+   WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   General Public License for more details.
+   You should have received a copy of the GNU General Public License
+   along with GPGME; if not, write to the Free Software Foundation,
+   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #if HAVE_CONFIG_H
 #include <config.h>
@@ -38,9 +37,6 @@
 #include <locale.h>
 #include <fcntl.h> /* FIXME */
 
-#include "rungpg.h"
-#include "status-table.h"
-
 #include "gpgme.h"
 #include "util.h"
 #include "types.h"
@@ -50,6 +46,8 @@
 #include "key.h"
 #include "sema.h"
 
+#include "status-table.h"
+
 #include "engine-gpgsm.h"
 
 #include "assuan.h"
@@ -88,13 +86,13 @@ struct gpgsm_object_s
 
   struct
   {
-    GpgStatusHandler fnc;
+    GpgmeStatusHandler fnc;
     void *fnc_value;
   } status;
 
   struct
   {
-    GpgColonLineHandler fnc;
+    GpgmeColonLineHandler fnc;
     void *fnc_value;
     struct
     {
@@ -550,7 +548,7 @@ _gpgme_gpgsm_release (GpgsmObject gpgsm)
 static GpgmeStatusCode parse_status (const char *name);
 
 static GpgmeError
-gpgsm_assuan_simple_command (ASSUAN_CONTEXT ctx, char *cmd, GpgStatusHandler status_fnc,
+gpgsm_assuan_simple_command (ASSUAN_CONTEXT ctx, char *cmd, GpgmeStatusHandler status_fnc,
                             void *status_fnc_value)
 {
   AssuanError err;
@@ -1362,7 +1360,7 @@ gpgsm_status_handler (void *opaque, int fd)
 
 void
 _gpgme_gpgsm_set_status_handler (GpgsmObject gpgsm,
-                                GpgStatusHandler fnc, void *fnc_value) 
+                                GpgmeStatusHandler fnc, void *fnc_value) 
 {
   assert (gpgsm);
 
@@ -1373,7 +1371,7 @@ _gpgme_gpgsm_set_status_handler (GpgsmObject gpgsm,
 
 void
 _gpgme_gpgsm_set_colon_line_handler (GpgsmObject gpgsm,
-                                     GpgColonLineHandler fnc, void *fnc_value) 
+                                     GpgmeColonLineHandler fnc, void *fnc_value) 
 {
   assert (gpgsm);
 
@@ -1481,7 +1479,7 @@ _gpgme_gpgsm_release (GpgsmObject gpgsm)
 
 void
 _gpgme_gpgsm_set_status_handler (GpgsmObject gpgsm,
-                                GpgStatusHandler fnc, void *fnc_value) 
+                                GpgmeStatusHandler fnc, void *fnc_value) 
 {
   return;
 }
@@ -1573,7 +1571,7 @@ _gpgme_gpgsm_op_verify (GpgsmObject gpgsm, GpgmeData sig, GpgmeData text)
 
 void
 _gpgme_gpgsm_set_colon_line_handler (GpgsmObject gpgsm,
-                                     GpgColonLineHandler fnc, void *fnc_value) 
+                                     GpgmeColonLineHandler fnc, void *fnc_value) 
 {
 }
 
index 4a980849781553a0b0b4111606034c33fb2f8108..9b6cf926940d2da9e8a40da5248fc451d053ba56 100644 (file)
@@ -1,29 +1,27 @@
 /* engine-gpgsm.h -  GPGME GpgSM engine calling functions
- *     Copyright (C) 2000 Werner Koch (dd9jn)
- *      Copyright (C) 2001, 2002 g10 Code GmbH
- *
- * This file is part of GPGME.
- *
- * GPGME is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * GPGME is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
- */
+   Copyright (C) 2000 Werner Koch (dd9jn)
+   Copyright (C) 2001, 2002 g10 Code GmbH
+   This file is part of GPGME.
+   GPGME is free software; you can redistribute it and/or modify it
+   under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+   GPGME is distributed in the hope that it will be useful, but
+   WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   General Public License for more details.
+   You should have received a copy of the GNU General Public License
+   along with GPGME; if not, write to the Free Software Foundation,
+   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #ifndef ENGINE_GPGSM_H
 #define ENGINE_GPGSM_H
 
 #include "types.h"
-#include "rungpg.h" /* FIXME statusHandler */
 
 const char *_gpgme_gpgsm_get_version (void);
 GpgmeError _gpgme_gpgsm_check_version (void);
@@ -32,9 +30,9 @@ GpgmeError _gpgme_gpgsm_new (GpgsmObject *r_gpg);
 void _gpgme_gpgsm_release (GpgsmObject gpg);
 
 void _gpgme_gpgsm_set_status_handler (GpgsmObject gpgsm,
-                                     GpgStatusHandler fnc, void *fnc_value);
+                                     GpgmeStatusHandler fnc, void *fnc_value);
 void _gpgme_gpgsm_set_colon_line_handler (GpgsmObject gpgsm,
-                                   GpgColonLineHandler fnc, void *fnc_value) ;
+                                   GpgmeColonLineHandler fnc, void *fnc_value) ;
 GpgmeError _gpgme_gpgsm_op_decrypt (GpgsmObject gpgsm, GpgmeData ciph,
                                    GpgmeData plain);
 GpgmeError _gpgme_gpgsm_op_delete (GpgsmObject gpgsm, GpgmeKey key,
index 209f86c4986e35bdec286adc68deba7454291eaa..c5323ad6d3bb3bd9bf516dc6e96c189b0358a2d7 100644 (file)
@@ -1,23 +1,22 @@
 /* engine.c 
- *     Copyright (C) 2000 Werner Koch (dd9jn)
- *      Copyright (C) 2001 g10 Code GmbH
- *
- * This file is part of GPGME.
- *
- * GPGME is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * GPGME is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
- */
+   Copyright (C) 2000 Werner Koch (dd9jn)
+   Copyright (C) 2001, 2002 g10 Code GmbH
+   This file is part of GPGME.
+   GPGME is free software; you can redistribute it and/or modify it
+   under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+   GPGME is distributed in the hope that it will be useful, but
+   WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   General Public License for more details.
+   You should have received a copy of the GNU General Public License
+   along with GPGME; if not, write to the Free Software Foundation,
+   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
@@ -229,7 +228,7 @@ _gpgme_engine_set_verbosity (EngineObject engine, int verbosity)
 
 void
 _gpgme_engine_set_status_handler (EngineObject engine,
-                                 GpgStatusHandler fnc, void *fnc_value)
+                                 GpgmeStatusHandler fnc, void *fnc_value)
 {
   if (!engine)
     return;
@@ -249,7 +248,7 @@ _gpgme_engine_set_status_handler (EngineObject engine,
 
 GpgmeError
 _gpgme_engine_set_command_handler (EngineObject engine,
-                                 GpgCommandHandler fnc, void *fnc_value,
+                                  GpgmeCommandHandler fnc, void *fnc_value,
                                   GpgmeData linked_data)
 {
   if (!engine)
@@ -270,7 +269,7 @@ _gpgme_engine_set_command_handler (EngineObject engine,
 }
 
 GpgmeError _gpgme_engine_set_colon_line_handler (EngineObject engine,
-                                                GpgColonLineHandler fnc,
+                                                GpgmeColonLineHandler fnc,
                                                 void *fnc_value)
 {
   if (!engine)
index bb345ef67aade735ca7dd875e19de69b04178ca9..c2da9c84418dc27eb1115af72cb9f964ae4cdccd 100644 (file)
 #define ENGINE_H
 
 #include "types.h"
-#include "rungpg.h"
-
 const char *_gpgme_engine_get_path (GpgmeProtocol proto);
 const char *_gpgme_engine_get_version (GpgmeProtocol proto);
 const char * _gpgme_engine_get_info (GpgmeProtocol proto);
 GpgmeError _gpgme_engine_new (GpgmeProtocol proto, EngineObject *r_engine);
 void _gpgme_engine_release (EngineObject engine);
 void _gpgme_engine_set_status_handler (EngineObject engine,
-                                      GpgStatusHandler fnc, void *fnc_value);
+                                      GpgmeStatusHandler fnc, void *fnc_value);
 GpgmeError _gpgme_engine_set_command_handler (EngineObject engine,
-                                             GpgCommandHandler fnc,
+                                             GpgmeCommandHandler fnc,
                                              void *fnc_value,
                                              GpgmeData data);
 GpgmeError _gpgme_engine_set_colon_line_handler (EngineObject gpg,
-                                                GpgColonLineHandler fnc,
+                                                GpgmeColonLineHandler fnc,
                                                 void *fnc_value);
 void _gpgme_engine_set_verbosity (EngineObject engine, int verbosity);
 GpgmeError _gpgme_engine_op_decrypt (EngineObject engine, GpgmeData ciph,
index d4b97f36119fa559036c392ee7651b59858501e5..b6bc45d22da4fbfe24c894a0311fece46bbc3807 100644 (file)
@@ -80,7 +80,7 @@ struct gpg_object_s
     char *buffer;
     size_t readpos;
     int eof;
-    GpgStatusHandler fnc;
+    GpgmeStatusHandler fnc;
     void *fnc_value;
     void *tag;
   } status;
@@ -93,7 +93,7 @@ struct gpg_object_s
     char *buffer;
     size_t readpos;
     int eof;
-    GpgColonLineHandler fnc;  /* this indicate use of this structrue */
+    GpgmeColonLineHandler fnc;  /* this indicate use of this structrue */
     void *fnc_value;
     void *tag;
   } colon;
@@ -110,7 +110,7 @@ struct gpg_object_s
     GpgmeData cb_data;   /* hack to get init the above idx later */
     GpgmeStatusCode code;  /* last code */
     char *keyword;       /* what has been requested (malloced) */
-    GpgCommandHandler fnc; 
+    GpgmeCommandHandler fnc; 
     void *fnc_value;
     /* The kludges never end.  This is used to couple command handlers
        with output data in edit key mode.  */
@@ -403,7 +403,7 @@ _gpgme_gpg_set_verbosity (GpgObject gpg, int verbosity)
    value.  */
 void
 _gpgme_gpg_set_status_handler (GpgObject gpg,
-                              GpgStatusHandler fnc, void *fnc_value)
+                              GpgmeStatusHandler fnc, void *fnc_value)
 {
   assert (gpg);
 
@@ -414,7 +414,7 @@ _gpgme_gpg_set_status_handler (GpgObject gpg,
 /* Kludge to process --with-colon output.  */
 GpgmeError
 _gpgme_gpg_set_colon_line_handler (GpgObject gpg,
-                                  GpgColonLineHandler fnc, void *fnc_value)
+                                  GpgmeColonLineHandler fnc, void *fnc_value)
 {
   assert (gpg);
 
@@ -448,7 +448,7 @@ _gpgme_gpg_set_colon_line_handler (GpgObject gpg,
    the first call is passed as keyword.  */
 GpgmeError
 _gpgme_gpg_set_command_handler (GpgObject gpg,
-                               GpgCommandHandler fnc, void *fnc_value,
+                               GpgmeCommandHandler fnc, void *fnc_value,
                                GpgmeData linked_data)
 {
   GpgmeData tmp;
index 3110162f55b7b26c5f3b4a0720541d642595837f..b2e8f07f0df46592b82829323e8735194af0b5a4 100644 (file)
@@ -1,6 +1,6 @@
 /* rungpg.h -  GPGME GnuPG engine calling functions.
-       Copyright (C) 2000 Werner Koch (dd9jn)
-       Copyright (C) 2001, 2002 g10 Code GmbH
+   Copyright (C) 2000 Werner Koch (dd9jn)
+   Copyright (C) 2001, 2002 g10 Code GmbH
  
    This file is part of GPGME.
  
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    General Public License for more details.
  
-  You should have received a copy of the GNU General Public License
-  along with GPGME; if not, write to the Free Software Foundation,
-  Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   You should have received a copy of the GNU General Public License
+   along with GPGME; if not, write to the Free Software Foundation,
+   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #ifndef RUNGPG_H
 #define RUNGPG_H
 
 #include "types.h"
 
-typedef void (*GpgStatusHandler) (GpgmeCtx, GpgmeStatusCode code, char *args);
-typedef void (*GpgColonLineHandler)( GpgmeCtx, char *line);
-typedef const char *(*GpgCommandHandler) (void*, GpgmeStatusCode code,
-                                         const char *keyword);
-
 const char *_gpgme_gpg_get_version (void);
 GpgmeError _gpgme_gpg_check_version (void);
 
 GpgmeError _gpgme_gpg_new (GpgObject *r_gpg);
 void _gpgme_gpg_release (GpgObject gpg);
 GpgmeError _gpgme_gpg_set_verbosity (GpgObject gpg, int verbosity);
-void _gpgme_gpg_set_status_handler (GpgObject gpg, GpgStatusHandler fnc,
+void _gpgme_gpg_set_status_handler (GpgObject gpg, GpgmeStatusHandler fnc,
                                    void *fnc_value);
 GpgmeError _gpgme_gpg_set_colon_line_handler (GpgObject gpg,
-                                             GpgColonLineHandler fnc,
+                                             GpgmeColonLineHandler fnc,
                                              void *fnc_value);
 GpgmeError _gpgme_gpg_set_command_handler (GpgObject gpg,
-                                          GpgCommandHandler fnc,
+                                          GpgmeCommandHandler fnc,
                                           void *fnc_value,
                                           GpgmeData linked_data);
 
index 305922294d5df47cb0517ec2578fd2908ddfaa18..71fca56bdf04b515b9cce4590402e3c00fa99386 100644 (file)
@@ -1,23 +1,22 @@
 /* types.h -  Some type definitions
- *     Copyright (C) 2000 Werner Koch (dd9jn)
- *      Copyright (C) 2001, 2002 g10 Code GmbH
- *
- * This file is part of GPGME.
- *
- * GPGME is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * GPGME is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
- */
+   Copyright (C) 2000 Werner Koch (dd9jn)
+   Copyright (C) 2001, 2002 g10 Code GmbH
+   This file is part of GPGME.
+   GPGME is free software; you can redistribute it and/or modify it
+   under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+   GPGME is distributed in the hope that it will be useful, but
+   WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   General Public License for more details.
+   You should have received a copy of the GNU General Public License
+   along with GPGME; if not, write to the Free Software Foundation,
+   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #ifndef TYPES_H
 #define TYPES_H
@@ -36,6 +35,13 @@ typedef unsigned long ulong;
  * Declaration of internal objects
  */
 
+typedef void (*GpgmeStatusHandler) (GpgmeCtx, GpgmeStatusCode code,
+                                   char *args);
+typedef void (*GpgmeColonLineHandler) (GpgmeCtx, char *line);
+typedef const char *(*GpgmeCommandHandler) (void*, GpgmeStatusCode code,
+                                           const char *keyword);
+
+
 /*-- engine.c --*/
 struct engine_object_s;
 typedef struct engine_object_s *EngineObject;