include headers in distribution
[lwes-journaller.git] / src / rename_journal.h
bloba1b85846ff8c1c085e67239352aa478768a202df
1 /*======================================================================*
2 * Copyright (c) 2008, Yahoo! Inc. All rights reserved. *
3 * *
4 * Licensed under the New BSD License (the "License"); you may not use *
5 * this file except in compliance with the License. Unless required *
6 * by applicable law or agreed to in writing, software distributed *
7 * under the License is distributed on an "AS IS" BASIS, WITHOUT *
8 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. *
9 * See the License for the specific language governing permissions and *
10 * limitations under the License. See accompanying LICENSE file. *
11 *======================================================================*/
13 #ifndef RENAME_JOURNAL_DOT_H
14 #define RENAME_JOURNAL_DOT_H
16 #include <time.h>
18 int rename_journal (const char* path, time_t* last_rotate);
20 #endif /* RENAME_JOURNAL_DOT_H */