aboutsummaryrefslogtreecommitdiffstats
path: root/src/lirc.h
blob: 9359898ad5a5ed842060e7b8c52a2fab714d123e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef LIRC_H
#define LIRC_H

#include "command.h"

int ncmpc_lirc_open(void);
void ncmpc_lirc_close(void);
command_t ncmpc_lirc_get_command(void);

#endif