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
Wanderer/Info: fix compilation
[AROS.git]
/
test
/
library
/
pertask.conf
blob
ba8e123d62238e580d22813fbaf4141d624ac0ca
1
##begin config
2
version 1.1
3
libbasetype struct PertaskBase
4
options pertaskbase,rellinklib
5
##end config
6
7
##begin cdefprivate
8
#include "pertaskbase.h"
9
##end cdefprivate
10
11
##begin functionlist
12
struct Library *GetParentBase() ()
13
struct Library *GetParentBase2()
14
void PertaskSetValue(int)
15
int PertaskGetValue(void)
16
##end functionlist