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

11 lines
184 B
C
Raw Normal View History

#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