view src/lirc.h @ 1316:732083928afb

Enclose macro parameters names with _ to differentiate them from variable names.
author zas_
date Tue, 24 Feb 2009 18:00:45 +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: */