From: Alan T. DeKok Date: Wed, 19 Apr 2017 13:49:03 +0000 (-0400) Subject: remove redundant declarations X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb6f1589d23c3f8a366fafdeac3351ed5a0f3dd5;p=thirdparty%2Ffreeradius-server.git remove redundant declarations --- diff --git a/src/include/missing-h b/src/include/missing-h index a197c5b5a8e..2c59c1e10a1 100644 --- a/src/include/missing-h +++ b/src/include/missing-h @@ -500,15 +500,4 @@ typedef void(*sig_t)(int); } #endif -/* - * Not really missing, but may be submitted as patches - * to the talloc project at some point in the future. - */ -void *talloc_null_ctx(void); -char *talloc_typed_strdup(const void *t, const char *p); -char *talloc_typed_asprintf(const void *t, const char *fmt, ...) CC_HINT(format (printf, 2, 3)); -char *talloc_bstrndup(const void *t, char const *in, size_t inlen); -int talloc_memcmp_array(uint8_t const *a, uint8_t const *b); -int talloc_memcmp_bstr(char const *a, char const *b); -void talloc_decrease_ref_count(void const *); #endif /* _FR_MISSING_H */