Files
haiku-beta6/headers/private/print/PrintTransportAddOn.h
T

11 lines
244 B
C
Raw Normal View History

#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);
#endif PRINT_TRANSPORT_ADD_ON_H