summaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-03 14:21:21 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-03 14:21:21 +0000
commitac5195864bd59f0e3fd13506d0b3d35a7a1eee5e (patch)
treeab9d83361c60f075e2136f70edba2229b1500e4e /src/util.c
parent21e72f02cac599537627922b745b23a8afc1da43 (diff)
credits to Transmission project in util.h
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.c b/src/util.c
index 803603b..e0b07c8 100644
--- a/src/util.c
+++ b/src/util.c
@@ -17,6 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+/* Most of these functions are taken from the Transmission Project. */
+
#include <stdlib.h>
#include <math.h>
#include <string.h>