Skip to content

Commit

Permalink
ta_talloc: remove non-existent function prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper93 committed Sep 8, 2024
1 parent e7f153d commit 077f05f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ta/ta_talloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
#define talloc_asprintf_append ta_talloc_asprintf_append
#define talloc_asprintf_append_buffer ta_talloc_asprintf_append_buffer

char *ta_talloc_strdup(void *t, const char *p);
char *ta_talloc_strdup_append(char *s, const char *a);
char *ta_talloc_strdup_append_buffer(char *s, const char *a);

Expand Down

0 comments on commit 077f05f

Please sign in to comment.