diff options
Diffstat (limited to 'trackerlogic.h')
-rw-r--r-- | trackerlogic.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/trackerlogic.h b/trackerlogic.h index 03c8e9e..06a9dd1 100644 --- a/trackerlogic.h +++ b/trackerlogic.h | |||
@@ -1,3 +1,6 @@ | |||
1 | /* This software was written by Dirk Engling <erdgeist@erdgeist.org> | ||
2 | It is considered beerware. Prost. Skol. Cheers or whatever. */ | ||
3 | |||
1 | #ifndef __TRACKERLOGIC_H__ | 4 | #ifndef __TRACKERLOGIC_H__ |
2 | #define __TRACKERLOGIC_H__ | 5 | #define __TRACKERLOGIC_H__ |
3 | 6 | ||
@@ -72,7 +75,7 @@ typedef struct { | |||
72 | // Exported functions | 75 | // Exported functions |
73 | // | 76 | // |
74 | 77 | ||
75 | int init_logic( char *chdir_directory ); | 78 | int init_logic( ); |
76 | void deinit_logic( ); | 79 | void deinit_logic( ); |
77 | 80 | ||
78 | ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer ); | 81 | ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer ); |