1 #ifndef PRINT_TRANSPORT_ADD_ON_H 2 #define PRINT_TRANSPORT_ADD_ON_H 3 4 #include <DataIO.h> 5 #include <Directory.h> 6 #include <Message.h> 7 8 extern "C" BDataIO* instanciate_transport(BDirectory* printer, BMessage* msg); 9 10 #endif PRINT_TRANSPORT_ADD_ON_H 11