summaryrefslogtreecommitdiff
path: root/src/recording.h
blob: 99fe7e702355d13f6ef29920250eea117c709580 (plain)
1
2
3
4
5
6
7
8
9
#if defined(__OpenBSD__)
#ifndef RECORDING_H
#define RECORDING_H

const char *display_recording_audio();
const char *display_recording_video();

#endif
#endif