aboutsummaryrefslogtreecommitdiffstats
path: root/src/rotate.c
blob: 62918192871532b42df1ac9bcc7e05f0480773d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*
 * rotate.c:
 *
 * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
 * All rights reserved.
 *
 */

static char rcsid[] = "$Id$";

/*
 * $Log$
 * Revision 1.2  2008/03/03 06:04:42  james
 * *** empty log message ***
 *
 * Revision 1.1  2008/03/03 06:04:18  james
 * *** empty log message ***
 *
 */







void
rotate_check (char *file)
{
}