summaryrefslogtreecommitdiffstats
path: root/src/libktorrent/interfaces/ipblockinginterface.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-22 13:43:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-03-23 11:15:29 +0900
commit00f9fa931a25c42823751489f4c52a7bf97336ba (patch)
tree5c7e156d682c875084d218356663ef28c246fdfa /src/libktorrent/interfaces/ipblockinginterface.h
parent0df1636b33ecc71dcd71785940073fe7e2c22d4e (diff)
downloadktorrent-00f9fa93.tar.gz
ktorrent-00f9fa93.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 26a93b0fbb3c81e4aa011fc49cd88444b8edc0bd)
Diffstat (limited to 'src/libktorrent/interfaces/ipblockinginterface.h')
-rw-r--r--src/libktorrent/interfaces/ipblockinginterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libktorrent/interfaces/ipblockinginterface.h b/src/libktorrent/interfaces/ipblockinginterface.h
index 87a544c..f281d2c 100644
--- a/src/libktorrent/interfaces/ipblockinginterface.h
+++ b/src/libktorrent/interfaces/ipblockinginterface.h
@@ -40,7 +40,7 @@ namespace kt
/**
* This function checks if IP is listed in antip2p filter list.
- * @return TRUE if IP should be blocked. FALSE otherwise
+ * @return true if IP should be blocked. false otherwise
* @arg ip String representation of IP address.
*/
virtual bool isBlockedIP(const TQString& ip) = 0;