diff options
Diffstat (limited to 'ot_clean.h')
-rw-r--r-- | ot_clean.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ot_clean.h b/ot_clean.h new file mode 100644 index 0000000..9c2fe11 --- /dev/null +++ b/ot_clean.h | |||
@@ -0,0 +1,15 @@ | |||
1 | /* This software was written by Dirk Engling <erdgeist@erdgeist.org> | ||
2 | It is considered beerware. Prost. Skol. Cheers or whatever. */ | ||
3 | |||
4 | #ifndef __OT_CLEAN_H__ | ||
5 | #define __OT_CLEAN_H__ | ||
6 | |||
7 | #include "trackerlogic.h" | ||
8 | |||
9 | void clean_init( void ); | ||
10 | void clean_deinit( void ); | ||
11 | |||
12 | void clean_all_torrents( void ); | ||
13 | int clean_single_torrent( ot_torrent *torrent ); | ||
14 | |||
15 | #endif \ No newline at end of file | ||