summaryrefslogtreecommitdiffstats
path: root/src/macro.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/macro.h')
-rw-r--r--src/macro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macro.h b/src/macro.h
index c57c922..4b9324f 100644
--- a/src/macro.h
+++ b/src/macro.h
@@ -245,6 +245,6 @@ typedef void (*ca_free_cb_t)(void *);
#define PA_UINT32_TO_BE(x) PA_UINT32_SWAP(x)
#endif
-#define streq(a, b) (strcmp((a),(b)) == 0)
+#define ca_streq(a, b) (strcmp((a),(b)) == 0)
#endif