aboutsummaryrefslogtreecommitdiffstats
path: root/src/log.h
diff options
context:
space:
mode:
authorjames <>2008-03-02 10:38:18 +0000
committerjames <>2008-03-02 10:38:18 +0000
commitef21e0368adf8ae0e557e9c02fe776f69818ace6 (patch)
treecdfceba6afd3c2570cfe6d3e0c4f8fb46f182d15 /src/log.h
parentf23e17f2eac3f506afe9a1e44302112cc363b59f (diff)
downloadsympathy-ef21e0368adf8ae0e557e9c02fe776f69818ace6.tar.gz
sympathy-ef21e0368adf8ae0e557e9c02fe776f69818ace6.tar.bz2
sympathy-ef21e0368adf8ae0e557e9c02fe776f69818ace6.zip
*** empty log message ***
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/log.h b/src/log.h
index 475fe16..56b690f 100644
--- a/src/log.h
+++ b/src/log.h
@@ -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;