]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove redundant declarations
authorAlan T. DeKok <aland@freeradius.org>
Wed, 19 Apr 2017 13:49:03 +0000 (09:49 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 19 Apr 2017 13:49:03 +0000 (09:49 -0400)
src/include/missing-h

index a197c5b5a8e44459646c364058e507289e66d3e9..2c59c1e10a10fbf690093172d8c7eb4c1ff4056a 100644 (file)
@@ -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 */