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
|