1
0
mirror of https://github.com/danog/libtgvoip.git synced 2024-12-02 09:37:52 +01:00
libtgvoip/os/darwin/TGLogWrapper.h

21 lines
430 B
C
Raw Normal View History

2017-02-02 17:24:40 +01:00
//
// libtgvoip is free and unencumbered public domain software.
// For more information, see http://unlicense.org or the UNLICENSE file
// you should have received with this source code distribution.
//
#ifndef TGVOIP_TGLOGWRAPPER_H
#define TGVOIP_TGLOGWRAPPER_H
#if defined __cplusplus
extern "C" {
#endif
void __tgvoip_call_tglog(const char* format, ...);
2017-02-02 17:24:40 +01:00
#if defined __cplusplus
};
#endif
#endif //TGVOIP_TGLOGWRAPPER_H