view src/hotkey/gui.h @ 3150:062f42c3737e

Fix possible crash in scrobbler plugin
author Tomasz Mon <desowin@gmail.com>
date Tue, 12 May 2009 08:30:43 +0200
parents 0be42d832217
children
line wrap: on
line source

#ifndef _GUI_H_INCLUDED_
#define _GUI_H_INCLUDED_

void show_configure (void);
void show_about (void);

#endif