view src/lirc.h @ 1389:c44f21235ffe

Use a common function bar_pane_expander_title() to set expanders title widget.
author zas_
date Sat, 07 Mar 2009 10:31:30 +0000
parents 1646720364cf
children
line wrap: on
line source

#ifndef LIRC_H
#define LIRC_H

#include "main.h"

#ifdef HAVE_LIRC
void layout_image_lirc_init(LayoutWindow *lw);
#endif

#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */