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

void display_recording_audio();
void display_recording_video();

#endif
#endif