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
Hint added.
[AROS.git]
/
workbench
/
prefs
/
network
/
misc.h
blob
9d888f0734684d25551e6a7c34b43cff26b7a895
1
/*
2
Copyright © 2009, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#ifndef _MISC_H
7
#define _MISC_H
8
9
/*** Prototypes *************************************************************/
10
void
ShowError
(
CONST_STRPTR message
);
11
12
#endif
/* _MISC_H */