The missing header file.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3765 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer 2003-06-30 20:33:13 +00:00
parent b5a088d01f
commit eeac6d395c
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#ifndef TRANSPORT_ADD_ON_H
#define TRANSPORT_ADD_ON_H
#include <DataIO.h>
#include <Directory.h>
#include <Message.h>
extern "C" BDataIO* instanciate_transport(BDirectory* printe, BMessage* msg);
#endif TRANSPORT_ADD_ON_H