blob: 0c818e53d29ef11f311e8917a7a4830d89fd3b16 [file] [log] [blame]
// Copyright (c) 2013 The Chromium 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 EIGHTBALL_H_
#define EIGHTBALL_H_
/* Return an answer. Question not required */
typedef char* (*TYPE_eightball)(void);
extern "C" const char* Magic8Ball();
#endif /* EIGHTBALL_H_ */