view src/lirc.h @ 865:8d0c91a0f461

do not read keywords and comment between exif_read_fd and exif_free_fd calls (fd->exif does not have reference counting)
author nadvornik
date Fri, 27 Jun 2008 21:35:21 +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