view src/dialog.h @ 33:a68786b9c74b

Oops, used indent with tabs enabled. Remove tabs.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 24 Sep 2011 15:59:33 +0300
parents 8eaf72e2041b
children 2f1ecc1c5f72
line wrap: on
line source

/*
 *        dialog.h
 *        Dialog boxes
 *        AYM 1998-11-30
 */


bool Confirm(int, int, const char *, const char *);
int Confirm2(int x0, int y0, confirm_t * confirm_flag,
             const char *prompt1, const char *prompt2);
void Notify(int, int, const char *, const char *);
void debmes(const char *fmt, ...);
void DisplayMessage(int, int, const char *, ...);
void NotImplemented(void);