]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - db/write.h
xfs: zero length symlinks are not valid
[thirdparty/xfsprogs-dev.git] / db / write.h
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3 * Copyright (c) 2000-2001,2005 Silicon Graphics, Inc.
4 * All Rights Reserved.
5 */
6
7 struct field;
8
9 extern void write_init(void);
10 extern void write_block(const field_t *fields, int argc, char **argv);
11 extern void write_struct(const field_t *fields, int argc, char **argv);
12 extern void write_string(const field_t *fields, int argc, char **argv);