blob: 191a463f1b0f65486ae4faf2e0b07abbaaa0d01a (
plain)
1
2
3
4
5
|
/*! \file talloc.h
* Convenience wrapper. libosmocore used to ship its own internal copy of
* talloc, before libtalloc became a standard component on most systems */
#pragma once
#include <talloc.h>
|