aboutsummaryrefslogtreecommitdiffstats
path: root/src/rotate.c
diff options
context:
space:
mode:
authorjames <>2008-03-03 06:04:18 +0000
committerjames <>2008-03-03 06:04:18 +0000
commit800cb4bdfb56dcd606216788fb023fcc23fb69bf (patch)
tree50fe942cb0a48d40b83672de5a7055d762cb0dc2 /src/rotate.c
parent2924f520651924e11c83fceda9c0f771065e1d07 (diff)
downloadsympathy-800cb4bdfb56dcd606216788fb023fcc23fb69bf.tar.gz
sympathy-800cb4bdfb56dcd606216788fb023fcc23fb69bf.tar.bz2
sympathy-800cb4bdfb56dcd606216788fb023fcc23fb69bf.zip
*** empty log message ***
Diffstat (limited to 'src/rotate.c')
-rw-r--r--src/rotate.c26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/rotate.c b/src/rotate.c
new file mode 100644
index 0000000..fa8c17b
--- /dev/null
+++ b/src/rotate.c
@@ -0,0 +1,26 @@
+/*
+ * rotate.c:
+ *
+ * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
+ * All rights reserved.
+ *
+ */
+
+static char rcsid[] = "$Id$";
+
+/*
+ * $Log$
+ * Revision 1.1 2008/03/03 06:04:18 james
+ * *** empty log message ***
+ *
+ */
+
+
+
+
+
+
+
+void rotate_check(char *file)
+{
+}