view src/lirc.h @ 722:9a145206ec2c

tab_completion_do(): use g_build_filename(), G_DIR_SEPARATOR, G_DIR_SEPARATOR_S.
author zas_
date Wed, 21 May 2008 10:11:56 +0000
parents bf9c9e37adf4
children 1646720364cf
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