aboutsummaryrefslogtreecommitdiffstats
path: root/src/rotate.c
diff options
context:
space:
mode:
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)
+{
+}