/* * pyutil.h * Copyright (C) 2009 Adrian Perez * * Distributed under terms of the GPLv3 license. */ #ifndef __pyutil_h__ #define __pyutil_h__ #include #define pyutil_alloc_strv(_ctx, _n) talloc_array ((_ctx), char*, (_n)) #endif /* !__pyutil_h__ */