summaryrefslogtreecommitdiffstats
path: root/old-tests/format1/pretty_print.h
blob: f887875d91f4264f3496f428c5f90661319a8d37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Copyright (C) 2001 Sistina Software (UK) Limited.
 *
 * This file is released under the GPL.
 */

#ifndef _LVM_PRETTY_PRINT
#define _LVM_PRETTY_PRINT

#include "metadata.h"

#include <stdio.h>

void dump_pv(struct physical_volume *pv, FILE *fp);
void dump_lv(struct logical_volume *lv, FILE *fp);
void dump_vg(struct volume_group *vg, FILE *fp);
void dump_vg_names(struct list_head *vg_names, FILE *fp);

#endif