repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fat: Greatly simplify and clean up dosfs_get_file_map().
[haiku.git]
/
src
/
preferences
/
printers
/
Globals.h
blob
b5292ebdc1a14f4103f348bfbe45492d16663b19
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