• Show log

    Commit

  • Hash : 8a88701e
    Author : Patrick Steinhardt
    Date : 2019-09-26T13:37:18

    config_entries: mark local functions as static
    
    Some functions which are only used in "config_entries.c" are not marked
    as static, which is being fixed by this very commit.