[svn] GnuPG - r5031 - branches/STABLE-BRANCH-1-4/g10

svn author wk cvs at cvs.gnupg.org
Tue Jun 2 17:26:07 CEST 2009


Author: wk
Date: 2009-06-02 17:26:06 +0200 (Tue, 02 Jun 2009)
New Revision: 5031

Modified:
   branches/STABLE-BRANCH-1-4/g10/ChangeLog
   branches/STABLE-BRANCH-1-4/g10/gpgv.c
Log:
Add stub function.  Noted by Daniel Leidert.


Modified: branches/STABLE-BRANCH-1-4/g10/ChangeLog
===================================================================
--- branches/STABLE-BRANCH-1-4/g10/ChangeLog	2009-06-02 14:36:40 UTC (rev 5030)
+++ branches/STABLE-BRANCH-1-4/g10/ChangeLog	2009-06-02 15:26:06 UTC (rev 5031)
@@ -1,3 +1,7 @@
+2009-06-02  Werner Koch  <wk at g10code.com>
+
+	* gpgv.c (tty_cleanup_after_signal): Add new stub.
+
 2009-05-22  Werner Koch  <wk at g10code.com>
 
 	* signal.c (got_fatal_signal): Call tty_cleanup_after_signal.

Modified: branches/STABLE-BRANCH-1-4/g10/gpgv.c
===================================================================
--- branches/STABLE-BRANCH-1-4/g10/gpgv.c	2009-06-02 14:36:40 UTC (rev 5030)
+++ branches/STABLE-BRANCH-1-4/g10/gpgv.c	2009-06-02 15:26:06 UTC (rev 5031)
@@ -417,6 +417,7 @@
 void tty_kill_prompt(void) {}
 int tty_get_answer_is_yes( const char *prompt ) {return 0;}
 int tty_no_terminal(int onoff) {return 0;}
+void tty_cleanup_after_signal (void) {}
 #ifdef HAVE_LIBREADLINE
 void tty_enable_completion(rl_completion_func_t *completer) {}
 void tty_disable_completion(void) {}




More information about the Gnupg-commits mailing list