summaryrefslogtreecommitdiff
path: root/send-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'send-utils.h')
-rw-r--r--send-utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/send-utils.h b/send-utils.h
index b4f45d31..677a1db2 100644
--- a/send-utils.h
+++ b/send-utils.h
@@ -93,9 +93,9 @@ int btrfs_subvolid_resolve(int fd, char *path, size_t path_len, u64 subvol_id);
* DEPRECATED: the functions path_cat and path_cat3 are unsafe and should not
* be used, use the _out variants and always check the return code.
*/
-__attribute__((deprecated("please use path_cat_out")))
+__attribute__((deprecated))
char *path_cat(const char *p1, const char *p2);
-__attribute__((deprecated("please use path_cat3_out")))
+__attribute__((deprecated))
char *path_cat3(const char *p1, const char *p2, const char *p3);
int path_cat_out(char *out, const char *p1, const char *p2);