Wireshark  4.3.0
The Wireshark network protocol analyzer
sparkle_bridge.h
Go to the documentation of this file.
1 
12 // XXX We could alternatively do this via C++:
13 // https://github.com/sparkle-project/Sparkle/issues/1137
14 
15 
16 #ifndef SPARKLE_BRIDGE_H
17 #define SPARKLE_BRIDGE_H
18 
19 #include <stdbool.h>
20 
21 void sparkle_software_update_init(const char *url, bool enabled, int interval);
22 
23 void sparkle_software_update_check(void);
24 
25 #endif // SPARKLE_BRIDGE_H