view src/lirc.h @ 825:ee33d2ddb661

Optionnally display directory's date in list view. It can be set through Preferences > Advanced > Behavior and is saved to rc file as layout.show_directory_date option.
author zas_
date Fri, 13 Jun 2008 11:11:57 +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