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
Fixed incorrect bit number for SMB_AUTOSCROLL. Fortunately it isn't used
[AROS.git]
/
workbench
/
prefs
/
serial
/
misc.h
blob
363129a71bba2249fa6bfc9fbef4ed7c00ff18e5
1
#ifndef _MISC_H
2
#define _MISC_H
3
4
/*
5
Copyright © 2004, The AROS Development Team. All rights reserved.
6
$Id$
7
*/
8
9
#include <exec/types.h>
10
11
/*** Prototypes *************************************************************/
12
VOID
ShowMessage
(
CONST_STRPTR msg
);
13
14
#endif
/* _MISC_H */