haiku/headers/private/print/PrintTransportAddOn.h
Michael Pfeiffer 074162477e Fixed typo.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3791 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-01 19:37:54 +00:00

11 lines
244 B
C

#ifndef PRINT_TRANSPORT_ADD_ON_H
#define PRINT_TRANSPORT_ADD_ON_H
#include <DataIO.h>
#include <Directory.h>
#include <Message.h>
extern "C" BDataIO* instanciate_transport(BDirectory* printer, BMessage* msg);
#endif PRINT_TRANSPORT_ADD_ON_H