haiku/headers/os/support/Beep.h

23 lines
438 B
C
Raw Normal View History

/*
2014-06-25 03:25:27 +04:00
* Copyright 2007-2014 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _BEEP_H
#define _BEEP_H
#include <BeBuild.h>
#include <SupportDefs.h>
#ifdef __cplusplus
// These functions are only exported for C++
status_t beep();
status_t system_beep(const char* eventName);
status_t add_system_beep_event(const char* eventName, uint32 flags = 0);
2014-06-25 03:25:27 +04:00
#endif // __cplusplus
#endif // _BEEP_H