import/export function instantiate_printer_driver

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10620 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer 2005-01-09 17:45:26 +00:00
parent d225778e9a
commit a4d61ba325
1 changed files with 1 additions and 1 deletions

View File

@ -42,6 +42,6 @@ private:
GraphicsDriver* fGraphicsDriver; GraphicsDriver* fGraphicsDriver;
}; };
PrinterDriver* instantiate_printer_driver(BNode* printerFolder = NULL); _IMPEXP_BE PrinterDriver* instantiate_printer_driver(BNode* printerFolder = NULL);
#endif #endif