aboutsummaryrefslogtreecommitdiffstats
path: root/include/util.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-01-02 20:40:10 +0000
committerWerner Koch <[email protected]>1998-01-02 20:40:10 +0000
commitb7bdef0834f9d04f96f69a5323e0ac3e5e1b7bc2 (patch)
treecb6bae66627f4ea4d0a6b29631223ed2fe78ee8e /include/util.h
parentSylvester Version (diff)
downloadgnupg-b7bdef0834f9d04f96f69a5323e0ac3e5e1b7bc2.tar.gz
gnupg-b7bdef0834f9d04f96f69a5323e0ac3e5e1b7bc2.zip
added more stuff
Diffstat (limited to '')
-rw-r--r--include/util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/util.h b/include/util.h
index 6a07fcb73..c32f74a70 100644
--- a/include/util.h
+++ b/include/util.h
@@ -56,7 +56,8 @@ typedef struct {
} ARGPARSE_OPTS;
/*-- logger.c --*/
-void set_log_pid( int pid );
+void log_set_pid( int pid );
+int log_get_errorcount( int clear );
void printstr( int level, const char *fmt, ... );
void log_bug( const char *fmt, ... );
void log_fatal( const char *fmt, ... );