]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - db/crc.h
xfs_db: add crc manipulation commands
[thirdparty/xfsprogs-dev.git] / db / crc.h
1 /*
2 * Copyright (c) 2016 Red Hat, Inc.
3 * All Rights Reserved.
4 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as
7 * published by the Free Software Foundation.
8 *
9 * This program is distributed in the hope that it would be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write the Free Software Foundation.
16 */
17
18 struct field;
19
20 extern void crc_init(void);
21 extern void crc_struct(const field_t *fields, int argc, char **argv);