2003-06-30 22:51:42 +00:00
|
|
|
#ifndef PRINT_TRANSPORT_ADD_ON_H
|
|
|
|
|
#define PRINT_TRANSPORT_ADD_ON_H
|
|
|
|
|
|
|
|
|
|
#include <DataIO.h>
|
|
|
|
|
#include <Directory.h>
|
|
|
|
|
#include <Message.h>
|
|
|
|
|
|
2003-07-01 19:37:54 +00:00
|
|
|
extern "C" BDataIO* instanciate_transport(BDirectory* printer, BMessage* msg);
|
2003-06-30 22:51:42 +00:00
|
|
|
|
|
|
|
|
#endif PRINT_TRANSPORT_ADD_ON_H
|