"Fossies" - the Fresh Open Source Software Archive

Member "detox-1.4.5/src/config_file_dump.h" (15 Aug 2021, 466 Bytes) of package /linux/privat/detox-1.4.5.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file. For more information about "config_file_dump.h" see the Fossies "Dox" file reference documentation.

    1 /**
    2  * This file is part of the Detox package.
    3  *
    4  * Copyright (c) Doug Harple <detox.dharple@gmail.com>
    5  *
    6  * For the full copyright and license information, please view the LICENSE
    7  * file that was distributed with this source code.
    8  */
    9 
   10 #ifndef __CONFIG_FILE_DUMP_H
   11 #define __CONFIG_FILE_DUMP_H
   12 
   13 #include "detox.h"
   14 
   15 extern void dump_config_file(struct detox_parse_results *parse_results, struct detox_options *main_options);
   16 
   17 #endif              /* __CONFIG_FILE_DUMP_H */