mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-16 15:16:44 +00:00
21 lines
201 B
C
21 lines
201 B
C
|
|
#pragma once
|
|
|
|
#ifndef GO_LOG_H
|
|
#define GO_LOG_H
|
|
|
|
#include <stdint.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif // C++
|
|
|
|
void InstallMessageHandler();
|
|
;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif // C++
|
|
|
|
#endif // LOG
|