blob: 75638b6543e90b8ed53a1a7dbd8355c13fa3ca62 [file] [log] [blame]
// Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROMEOS_TTS_EXTERN_H_
#define CHROMEOS_TTS_EXTERN_H_
namespace chromeos {
extern bool (*TtsSpeak)(const char* text);
extern bool (*TtsStop)();
extern bool (*TtsIsSpeaking) ();
extern void (*TtsWaitUntilFinished) ();
} // namespace chromeos
#endif // CHROMEOS_TTS_EXTERN_H_