}
#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 */