Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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
21void sparkle_software_update_init(const char *url, bool enabled, int interval);
22
23void sparkle_software_update_check(void);
24
25#endif // SPARKLE_BRIDGE_H