wmshutdown: Update manpage
[dockapps.git] / wmmp3 / buttons.h
blobf5cfe238ff66d1e5d33e05e1c338527efcddb085
1 /*
2 * wmmp3
3 * Copyright (c)1999 Patrick Crosby <xb@dotfiles.com>.
4 * This software covered by the GPL. See COPYING file for details.
6 * buttons.h
8 * header file for buttons.c
10 * $Id: mpg123ctl.c,v 1.12 1999/10/08 06:21:41 pcrosby Exp $
13 #ifndef __BUTTONS__
14 #define __BUTTONS__
16 void button_down(int i);
17 void button_up(int i);
18 void button_gray(int i);
20 #endif