summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/examples/dlopen/eightball.h
blob: d0924d3bac6a40527256807bcc5e5962780fa80b (plain)
1
2
3
4
5
6
7
8
9
#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__ */