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