blob: 8b125bfdd47b448fccb7ee4ae67c5878e6d9ed32 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright (c) 2019 Oracle, Inc.
* All Rights Reserved.
*/
#ifndef __LIBFROG_LOGGING_H__
#define __LIBFROG_LOGGING_H__
void xfrog_perror(int error, const char *s);
#endif /* __LIBFROG_LOGGING_H__ */