xref: /haiku/src/preferences/printers/Globals.h (revision 7d6915b4d08ffe728cd38af02843d5e98ddfe0db)
1 /*
2  * Copyright 2001-2010, Haiku.
3  * Distributed under the terms of the MIT License.
4  *
5  * Authors:
6  *		Michael Pfeiffer
7  */
8 #ifndef GLOBALS_H
9 #define GLOBALS_H
10 
11 
12 #include <Messenger.h>
13 #include <String.h>
14 
15 
16 BString ActivePrinterName();
17 status_t GetPrinterServerMessenger(BMessenger& msgr);
18 
19 #endif // GLOBALS_H
20 
21