diff options
author | Alan F <ajf@eth0.org.uk> | 2014-02-28 09:54:43 +0000 |
---|---|---|
committer | Alan F <ajf@eth0.org.uk> | 2014-02-28 09:54:43 +0000 |
commit | 178dcc788892a216b346d4937970efa351bc4863 (patch) | |
tree | af9c52ad539978307089579906dab74fd40e087e /src/util.h | |
parent | 361cde21cdc9fff703c63e393e48a2a3409d162a (diff) |
a cell renderer for RSS items
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ #define trg_strlpercent(a, b) tr_strlpercent(a, b, sizeof(a)) #define trg_strlsize(a, b) tr_formatter_size_B(a, b, sizeof(a)) #define trg_strlratio(a, b) tr_strlratio(a, b, sizeof(a)) +#define MAX3(a,b,c) MAX(a,MAX(b,c)) #define TR_RATIO_NA -1 #define TR_RATIO_INF -2 |