]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blame - db/crc.h
xfs_db: fix crash when field list selector string has trailing slash
[thirdparty/xfsprogs-dev.git] / db / crc.h
CommitLineData
b64af2c4
ES
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
18struct field;
19
20extern void crc_init(void);
21extern void crc_struct(const field_t *fields, int argc, char **argv);