| Index: native_client_sdk/src/examples/dlopen/eightball.h
|
| ===================================================================
|
| --- native_client_sdk/src/examples/dlopen/eightball.h (revision 0)
|
| +++ native_client_sdk/src/examples/dlopen/eightball.h (revision 0)
|
| @@ -0,0 +1,9 @@
|
| +#ifndef __EIGHTBALL_H__
|
| +#define __EIGHTBALL_H__
|
| +
|
| +/* Return an answer. Question not required */
|
| +typedef char* (*TYPE_eightball)(void);
|
| +const char* Magic8Ball(void);
|
| +
|
| +#endif /* __EIGHTBALL_H__ */
|
| +
|
|
|
| Property changes on: native_client_sdk/src/examples/dlopen/eightball.h
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|