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
/
c
/
Unpack
/
modes.h
blob
f0d0c38183a9ca6b65283cc95c21dfaa236bff85
1
#ifndef PKG_MODES_H
2
#define PKG_MODES_H
3
4
/*
5
Copyright © 2003, The AROS Development Team. All rights reserved.
6
$Id$
7
*/
8
9
#define MODE_READ 0
10
#define MODE_WRITE 1
11
12
#endif
/* PKG_MODES_H */
13