Sign in
chromium
/
chromium
/
src
/
47515abd6b3ae36b989683c5663df06d6bcb919b
/
.
/
native_client_sdk
/
src
/
examples
/
dlopen
/
eightball.h
blob: d0924d3bac6a40527256807bcc5e5962780fa80b [
file
] [
log
] [
blame
]
#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__ */