repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git]
/
workbench
/
devs
/
afs
/
moreactions.h
blob
aa0bf9fddbb4ada74812b5be8f39c0d4e935ce72
1
#ifndef MOREACTIONS_H
2
#define MOREACTIONS_H
3
4
/*
5
Copyright © 1995-2003, The AROS Development Team. All rights reserved.
6
$Id$
7
*/
8
9
enum
{
10
ACTION_GET_DISK_FSSM
=
4201
,
11
ACTION_FREE_DISK_FSSM
12
};
13
14
#endif