blob: 25ddfcd29a316ef6fb3f41f8e54bb2503dfa5f8a (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef _SWAYBAR_SNI_WATCHER_H
#define _SWAYBAR_SNI_WATCHER_H
/**
* Starts the sni_watcher, the watcher is practically a black box and should
* only be accessed though functions described in its spec
*/
int init_sni_watcher();
#endif /* _SWAYBAR_SNI_WATCHER_H */
|