Changeset 86 for trunk/include


Ignore:
Timestamp:
Jan 20, 2007, 11:04:59 PM (18 years ago)
Author:
rainer
Message:

More thorough fix for ticket #47, and corresponding regression test.

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_error.h

    r27 r86  
    117117void sh_error_only_stderr (int flag);
    118118
     119/* facilities unsafe for closeall()
     120 */
     121void sh_error_enable_unsafe (int flag);
     122
    119123/* set syslog facility
    120124 */
  • trunk/include/sh_gpg.h

    r1 r86  
    2727int sh_gpg_check_sign (long file_1, long file_2, int what);
    2828
     29/* log successful startup
     30 */
     31void sh_gpg_log_startup ();
     32
    2933#endif
    3034
Note: See TracChangeset for help on using the changeset viewer.