1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-25 01:34:38 +03:00
lvm2/lib/format_text/format-text.h

18 lines
374 B
C
Raw Normal View History

2001-11-21 12:20:05 +03:00
/*
* Copyright (C) 2001 Sistina Software (UK) Limited.
*
* This file is released under the LGPL.
*/
#ifndef _LVM_FORMAT_TEXT_H
#define _LVM_FORMAT_TEXT_H
2001-12-17 22:46:10 +03:00
struct format_instance *backup_format_create(struct cmd_context,
const char *dir,
uint32_t retain_days,
uint32_t min_backups);
void backup_expire(struct format_instance *fi);
2001-11-21 12:20:05 +03:00
#endif