1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 17:47:37 +00:00
transmission/gtk/blocklist.h

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