Index: trunk/include/sh_error.h
===================================================================
--- trunk/include/sh_error.h	(revision 78)
+++ trunk/include/sh_error.h	(revision 86)
@@ -117,4 +117,8 @@
 void sh_error_only_stderr (int flag);
 
+/* facilities unsafe for closeall()
+ */
+void sh_error_enable_unsafe (int flag);
+
 /* set syslog facility 
  */
Index: trunk/include/sh_gpg.h
===================================================================
--- trunk/include/sh_gpg.h	(revision 78)
+++ trunk/include/sh_gpg.h	(revision 86)
@@ -27,4 +27,8 @@
 int sh_gpg_check_sign (long file_1, long file_2, int what);
 
+/* log successful startup
+ */
+void sh_gpg_log_startup ();
+
 #endif
 
