espanso/native/libwinbridge/bridge.h
2019-08-30 17:58:18 +02:00

17 lines
271 B
C

#ifndef ESPANSO_BRIDGE_H
#define ESPANSO_BRIDGE_H
#include <stdio.h>
/*
* Initialize the Windows worker's parameters
*/
extern "C" void initialize();
/*
* Start the event loop indefinitely. Blocking call.
*/
extern "C" void eventloop();
#endif //ESPANSO_BRIDGE_H