view src/hotkey/gui.h @ 3050:504fe83d18c9

There is no need to zero out bufferconsumed here, it will be overwritten a mere line later. Code analysis run, unique ID M8906q.
author Tony Vroon <chainsaw@gentoo.org>
date Sat, 18 Apr 2009 19:02:31 +0100
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