"Fossies" - the Fresh Open Source Software Archive

Member "xzgv-0.9.2/src/confirm.h" (3 Sep 2017, 264 Bytes) of package /linux/misc/old/xzgv-0.9.2.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 "confirm.h" see the Fossies "Dox" file reference documentation.

    1 /* xzgv v0.2 - picture viewer for X, with file selector.
    2  * Copyright (C) 1999 Russell Marks. See main.c for license details.
    3  *
    4  * confirm.h
    5  */
    6 
    7 extern void confirmation_dialog(char *title,char *msg,
    8                                 void (*main_callback)(void));