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
16BString ActivePrinterName();
17status_t GetPrinterServerMessenger(BMessenger& msgr);
18
19#endif // GLOBALS_H
20
21