mirror of
https://github.com/transmission/transmission
synced 2025-01-05 06:23:11 +00:00
10 lines
184 B
C
10 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
|