chiark / gitweb /
Install serialmgr and run_sympathy in examples directory (uncompressed)
[sympathy.git] / src / ring.h
index bd15cd44150f5c7355f99e06f10a956c25ff01ac..847afa357f86655196763ccaa50a12b66262e903 100644 (file)
@@ -1,17 +1,29 @@
-/*
+/* 
  * ring.h:
  *
- * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
+ * Copyright (c) 2008 James McKenzie <sympathy@madingley.org>,
  * All rights reserved.
  *
  */
 
-/*
- * $Id$
+/* 
+ * $Id: ring.h,v 1.6 2008/03/10 11:49:33 james Exp $
  */
 
-/*
- * $Log$
+/* 
+ * $Log: ring.h,v $
+ * Revision 1.6  2008/03/10 11:49:33  james
+ * *** empty log message ***
+ *
+ * Revision 1.5  2008/03/07 12:37:04  james
+ * *** empty log message ***
+ *
+ * Revision 1.4  2008/03/03 06:04:42  james
+ * *** empty log message ***
+ *
+ * Revision 1.3  2008/03/02 10:37:56  james
+ * *** empty log message ***
+ *
  * Revision 1.2  2008/02/12 22:36:46  james
  * *** empty log message ***
  *
@@ -23,8 +35,7 @@
 #ifndef __RING_H__
 #define __RING_H__
 
-typedef struct
-{
+typedef struct {
   uint8_t *ring;
   int wptr;
   int rptr;