Skip to content
  • Lennart Poettering's avatar
    macro: rework how we define cleanup macros · dfb33a97
    Lennart Poettering authored
    There's now a generic _cleanup_ macro with an argument. The macros for
    specific types are now defined using this macro, and in the header files
    where they belong.
    
    All cleanup handlers are now inline functions.
    dfb33a97