aboutsummaryrefslogtreecommitdiffstats
path: root/include/util.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1997-11-21 14:53:57 +0000
committerWerner Koch <[email protected]>1997-11-21 14:53:57 +0000
commit2f3cb7e30a56c21f1b5182b6914104ca0c3f8f71 (patch)
treeabb30451cd6f2b6d3c28d0a91b71bc3c04a9f2a2 /include/util.h
parentOutput armor works, RSA keygen works. (diff)
downloadgnupg-2f3cb7e30a56c21f1b5182b6914104ca0c3f8f71.tar.gz
gnupg-2f3cb7e30a56c21f1b5182b6914104ca0c3f8f71.zip
Armor works now
Diffstat (limited to 'include/util.h')
-rw-r--r--include/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h
index 6740e5edd..f71275cb9 100644
--- a/include/util.h
+++ b/include/util.h
@@ -55,6 +55,7 @@ typedef struct {
} ARGPARSE_OPTS;
/*-- logger.c --*/
+void set_log_pid( int pid );
void printstr( int level, const char *fmt, ... );
void log_bug( const char *fmt, ... );
void log_fatal( const char *fmt, ... );