diff options
author | james <> | 2008-03-02 10:38:18 +0000 |
---|---|---|
committer | james <> | 2008-03-02 10:38:18 +0000 |
commit | ef21e0368adf8ae0e557e9c02fe776f69818ace6 (patch) | |
tree | cdfceba6afd3c2570cfe6d3e0c4f8fb46f182d15 /src/log.h | |
parent | f23e17f2eac3f506afe9a1e44302112cc363b59f (diff) | |
download | sympathy-ef21e0368adf8ae0e557e9c02fe776f69818ace6.tar.gz sympathy-ef21e0368adf8ae0e557e9c02fe776f69818ace6.tar.bz2 sympathy-ef21e0368adf8ae0e557e9c02fe776f69818ace6.zip |
*** empty log message ***
Diffstat (limited to 'src/log.h')
-rw-r--r-- | src/log.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -12,6 +12,9 @@ /* * $Log$ + * Revision 1.3 2008/03/02 10:37:56 james + * *** empty log message *** + * * Revision 1.2 2008/02/23 11:48:37 james * *** empty log message *** * @@ -27,8 +30,7 @@ void (*log)(struct Log_struct *,char *); \ void (*close)(struct Log_struct *) -typedef struct Log_struct -{ +typedef struct Log_struct { LOG_SIGNATURE; } Log; |