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
grub2: bring back build of aros-side grub2 tools
[AROS.git]
/
workbench
/
prefs
/
input
/
misc.h
blob
d8b9076ced49b7f6af1a07021fbd18fdc914674f
1
#ifndef _MISC_H
2
#define _MISC_H
3
4
#include <exec/types.h>
5
6
/*** Prototypes *************************************************************/
7
VOID
ShowMessage
(
CONST_STRPTR msg
);
8
9
#endif
/* _MISC_H */