libparted 3.6
Loading...
Searching...
No Matches
clstdup.h
Go to the documentation of this file.
1/*
2 libparted
3 Copyright (C) 1999, 2007, 2009-2014, 2019-2023 Free Software Foundation,
4 Inc.
5
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 3 of the License, or
9 (at your option) any later version.
10
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with this program. If not, see <http://www.gnu.org/licenses/>.
18*/
19
20#ifndef PED_FAT_CLSTDUP_H_INCLUDED
21#define PED_FAT_CLSTDUP_H_INCLUDED
22
23#include "context.h"
24
25/* the big important one :-) */
26extern int fat_duplicate_clusters (FatOpContext* ctx, PedTimer* timer);
27
28#endif /* PED_FAT_CLSTDUP_H_INCLUDED */
int fat_duplicate_clusters(FatOpContext *ctx, PedTimer *timer)
Definition: clstdup.c:396
Definition: context.h:31
Definition: timer.h:39