From 24b75a7d74b12ef894deb01c7167599aca0f9a2c Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 3 Oct 2008 04:57:06 +0000 Subject: [PATCH] maybe fix the mac build --- libtransmission/transmission.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libtransmission/transmission.h b/libtransmission/transmission.h index 8b82d2a9d..958b97ef7 100644 --- a/libtransmission/transmission.h +++ b/libtransmission/transmission.h @@ -1195,6 +1195,9 @@ enum TR_PEER_FROM__MAX }; +/** Can be used as a mnemonic for "no error" errno */ +#define TR_OK 0 + /** * The current status of a torrent. * @see tr_torrentStat()