summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1999-05-22 22:54:54 +0200
committerWerner Koch <wk@gnupg.org>1999-05-22 22:54:54 +0200
commit9131432b4d17af907b9a235985864f1e88f571ff (patch)
tree64a60b3115ee1bfcba806c4b07919c6819e0c702 /include
parentSee ChangeLog: Thu May 20 14:04:08 CEST 1999 Werner Koch (diff)
downloadgnupg2-9131432b4d17af907b9a235985864f1e88f571ff.tar.xz
gnupg2-9131432b4d17af907b9a235985864f1e88f571ff.zip
See ChangeLog: Sat May 22 22:47:26 CEST 1999 Werner Koch
Diffstat (limited to 'include')
-rw-r--r--include/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h
index 8dcf6d1f6..35cc8fe3a 100644
--- a/include/util.h
+++ b/include/util.h
@@ -58,6 +58,8 @@ typedef struct {
} ARGPARSE_OPTS;
/*-- logger.c --*/
+void log_set_logfile( const char *name, int fd );
+FILE *log_stream(void);
void log_set_name( const char *name );
const char *log_get_name(void);
void log_set_pid( int pid );