• Show log

    Commit

  • Hash : d49b1365
    Author : Patrick Steinhardt
    Date : 2018-08-10T19:01:37

    config_entries: internalize structure declarations
    
    Access to the config entries is now completely done via the modules
    function interface and no caller messes with the struct's internals. We
    can thus completely move the structure declarations into the
    implementation file so that nobody even has a chance to mess with the
    members.