abbra / slapi-nis

Forked from slapi-nis 7 years ago
Clone

55c1a2a src/format.c: use only internal functions inside formatter engine

Authored and Committed by abbra 6 years ago
1 file changed. 124 lines added. 82 lines removed.
    src/format.c: use only internal functions inside formatter engine
    
    format_get_data_set() is an external interface to the formatter engine.
    In order to refactor its API, avoid its usage from the internal code.
    Rename it to format_get_data_set_int() and make format_get_data_set() a
    wrapper around it. All internal functions would need to call to
    format_get_data_set_int().
    
        
file modified
+124 -82