abbra / slapi-nis

Forked from slapi-nis 6 years ago
Clone

0408e6f src/format.c: use only internal functions inside formatter engine (part 2)

Authored and Committed by abbra 4 years ago
1 file changed. 27 lines added. 12 lines removed.
    src/format.c: use only internal functions inside formatter engine (part 2)
    
    format_get_data() is an external interface to the formatter engine.
    In order to refactor its API, avoid its usage from the internal
    code. The only place where it is called is format_match_generic(),
    so replace its use with a corresponding call to format_format().
    
        
file modified
+27 -12