mumble/overlay/ods.h
2019-01-25 04:56:19 +01:00

15 lines
429 B
C

// Copyright 2005-2019 The Mumble Developers. All rights reserved.
// Use of this source code is governed by a BSD-style license
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
#ifndef MUMBLE_ODS_H_
#define MUMBLE_ODS_H_
#include <stdarg.h>
void __cdecl _ods_out(const char *format, va_list *args);
void __cdecl fods(const char *format, ...);
#endif