]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blame - libfrog/logging.h
mkfs: use cvtnum from libfrog
[thirdparty/xfsprogs-dev.git] / libfrog / logging.h
CommitLineData
9fc3ef62
DW
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*
3 * Copyright (c) 2019 Oracle, Inc.
4 * All Rights Reserved.
5 */
6#ifndef __LIBFROG_LOGGING_H__
7#define __LIBFROG_LOGGING_H__
8
9void xfrog_perror(int error, const char *s);
10
11#endif /* __LIBFROG_LOGGING_H__ */