chiark / gitweb /
Change James's email address
[sympathy.git] / src / project.h
index c30ff77da59f385efbcc5a2d9ce827a004710c56..6d1abb4ad38fa469b1aeedd7c8b421db73b61adb 100644 (file)
@@ -1,17 +1,26 @@
-/*
+/* 
  * project.h:
  *
- * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
+ * Copyright (c) 2008 James McKenzie <sympathy@madingley.org>,
  * All rights reserved.
  *
  */
 
-/*
- * $Id$
+/* 
+ * $Id: project.h,v 1.11 2008/03/07 12:37:04 james Exp $
  */
 
-/*
- * $Log$
+/* 
+ * $Log: project.h,v $
+ * Revision 1.11  2008/03/07 12:37:04  james
+ * *** empty log message ***
+ *
+ * Revision 1.10  2008/02/22 14:51:54  james
+ * *** empty log message ***
+ *
+ * Revision 1.9  2008/02/13 18:05:06  james
+ * *** empty log message ***
+ *
  * Revision 1.8  2008/02/13 16:57:29  james
  * *** empty log message ***
  *
 #include <sys/int_types.h>
 #endif
 
-#include <string.h>
-#include <strings.h>
 #include <termio.h>
 #include <termios.h>
+
 #include <signal.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <utmp.h>
 #include <pty.h>
 
+#include <stdarg.h>
+
 #include "sympathy.h"
 
 #endif /* __PROJECT_H__ */