repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert between 56095 -> 55830 in arch
[AROS.git]
/
workbench
/
prefs
/
screenmode
/
misc.h
blob
40c2395ae4d3b9dd5dbffbf273bc4d9abff5cb16
1
/*
2
Copyright © 2010, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#ifndef _MISC_H
7
#define _MISC_H
8
9
/*** Prototypes *************************************************************/
10
VOID
ShowMessage
(
CONST_STRPTR msg
);
11
12
#endif
/* _MISC_H */