summaryrefslogtreecommitdiff
path: root/send-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'send-utils.c')
-rw-r--r--send-utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/send-utils.c b/send-utils.c
index fa09bb4f..51f3d7b8 100644
--- a/send-utils.c
+++ b/send-utils.c
@@ -727,7 +727,7 @@ int path_cat_out(char *out, const char *p1, const char *p2)
return 0;
}
-__attribute__((deprecated("please use path_cat_out")))
+__attribute__((deprecated))
char *path_cat(const char *p1, const char *p2)
{
int p1_len = strlen(p1);
@@ -759,7 +759,7 @@ int path_cat3_out(char *out, const char *p1, const char *p2, const char *p3)
return 0;
}
-__attribute__((deprecated("please use path_cat3_out")))
+__attribute__((deprecated))
char *path_cat3(const char *p1, const char *p2, const char *p3)
{
int p1_len = strlen(p1);