experimental, do not use

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3180 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2003-05-06 23:50:13 +00:00
parent edd2334c85
commit b43f227373
5 changed files with 82 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#include <module.h>
struct audio_module_info
{
module_info module;
void (*print_hello)();
};
typedef struct audio_module_info audio_module_info;