diff options
author | erdgeist <> | 2007-01-05 00:00:42 +0000 |
---|---|---|
committer | erdgeist <> | 2007-01-05 00:00:42 +0000 |
commit | cdf2fbabedcd3b9e2423cce74225744db1acc178 (patch) | |
tree | 8ae4f49c81dcd8507bf0629405d647386e60a96d /trackerlogic.h | |
parent | 3d54ca32fe676c9a47a8e1e914f78cbd9c461906 (diff) |
README\!
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 ); |