]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - db/output.h
xfsprogs: Release v6.7.0
[thirdparty/xfsprogs-dev.git] / db / output.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 extern int dbprefix;
8
9 extern int dbprintf(const char *, ...);
10 extern void logprintf(const char *, ...);
11 extern void output_init(void);