mirror of
https://github.com/transmission/transmission.git
synced 2026-05-03 07:02:20 +01:00
11 lines
184 B
C
11 lines
184 B
C
#ifndef TR_GTK_BLOCKLIST_H
|
|
#define TR_GTK_BLOCKLIST_H
|
|
|
|
#include "tr-core.h"
|
|
|
|
void gtr_blocklist_update( TrCore * core );
|
|
|
|
void gtr_blocklist_maybe_autoupdate( TrCore * core );
|
|
|
|
#endif
|