aboutsummaryrefslogtreecommitdiffstats
path: root/src/rx.h
diff options
context:
space:
mode:
authorjames <>2008-03-06 16:49:39 +0000
committerjames <>2008-03-06 16:49:39 +0000
commit6fb644311ee9bf169a12bb9b2d9b081c16fc08f0 (patch)
treef24e108907526e917d0829078ec8e0e25338baaa /src/rx.h
parentd7565f9da9ada7a0aa90abdb6d8d1ba192075791 (diff)
downloadsympathy-6fb644311ee9bf169a12bb9b2d9b081c16fc08f0.tar.gz
sympathy-6fb644311ee9bf169a12bb9b2d9b081c16fc08f0.tar.bz2
sympathy-6fb644311ee9bf169a12bb9b2d9b081c16fc08f0.zip
*** empty log message ***
Diffstat (limited to 'src/rx.h')
-rw-r--r--src/rx.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/rx.h b/src/rx.h
index 6c5f2d0..ad140a6 100644
--- a/src/rx.h
+++ b/src/rx.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.3 2008/03/06 16:49:39 james
+ * *** empty log message ***
+ *
* Revision 1.2 2008/03/06 16:49:05 james
* *** empty log message ***
*
@@ -25,12 +28,12 @@
#define __RX_H__
#define RX_SIGNATURE \
int (*rx)(struct RX_struct *,int); \
- void (*close)(struct RX_struct *);
+ void (*close)(struct RX_struct *);
typedef struct RX_struct
{
- RX_SIGNATURE;
+ RX_SIGNATURE;
} RX;