diff options
| author | Werner Koch <[email protected]> | 1999-05-22 20:54:54 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 1999-05-22 20:54:54 +0000 |
| commit | 9131432b4d17af907b9a235985864f1e88f571ff (patch) | |
| tree | 64a60b3115ee1bfcba806c4b07919c6819e0c702 /include/util.h | |
| parent | See ChangeLog: Thu May 20 14:04:08 CEST 1999 Werner Koch (diff) | |
| download | gnupg-9131432b4d17af907b9a235985864f1e88f571ff.tar.gz gnupg-9131432b4d17af907b9a235985864f1e88f571ff.zip | |
See ChangeLog: Sat May 22 22:47:26 CEST 1999 Werner Koch
Diffstat (limited to 'include/util.h')
| -rw-r--r-- | include/util.h | 2 |
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 ); |
