summaryrefslogtreecommitdiff
path: root/dialog.h
blob: e94a025fd718620f0f1b023b9d7af48b4f3c7e93 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2008,2009  Segher Boessenkool  <segher@kernel.crashing.org>
// Licensed under the terms of the GNU GPL, version 2
// http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

#ifndef _DIALOG_H
#define _DIALOG_H

const char *dialog_rom_file(void);

#endif